angrymarker / BardMac-sicPlayer

Python script that converts .midi files to .scpt files, akin to BardMusicPlayer, but for mac!
6 stars 3 forks source link

GUI support #5

Closed realAbitbol closed 2 years ago

realAbitbol commented 2 years ago

Added a basic, yet functional GUI needs the following installs : pip3 install pysimplegui brew install python3-tkinter

angrymarker commented 2 years ago

Thank you for working on this!

realAbitbol commented 2 years ago

Hey, it’s been a pleasure helping :)

Currently working into making this a standalone app with py2app. I have something working, wanna help me for testing ?

realAbitbol Le 23 nov. 2021 à 19:01 +0100, angrymarker @.***>, a écrit :

Thank you for working on this! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

realAbitbol commented 2 years ago

https://github.com/realAbitbol/BardMac-sicPlayer/releases/tag/testing

Here's the standalone.

If you want to compile it yourself just pull my py2app branch, install py2app and run python3 setup.py py2app