A GUI front end example.... #416
MikeTheWatchGuy
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I just made a Repo for the program I use to playback MIDI files now. It's not the best Python code as it was written when I had just started to learn Python. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a GUI front-end for
mido
using a tkinter wrapper packaged named PySimpleGUI.If there any interest in posting it in an examples section or referencing it in a document?
Here are a couple of screenshots. There are 2 screens to the GUI... one gets the file or folder name. The other is the main player interface.
If there is a more appropriate way to post about this, please let me know. At the moment, the demo file is simply part of the Master Branch in the GitHub.
If it's not appropriate for me to post this here, then by all means delete the issue.
Beta Was this translation helpful? Give feedback.
All reactions