Skip to content

Releases: HiddenBoiRightHere/punch-out-wii-audio-file-notes-sorter

Release v1.0.0, Making Reading Audio Notes Easier!

18 Oct 16:37
Compare
Choose a tag to compare

To use this program, download the .zip file and extract it. Inside the Audio Notes Sorter with Converter Included folder, there will be an .exe file. Open that and the program will run, with a Python window running in the background. Don't close it, as it maintains the window that runs the code. (If you see an error pop up in that window, especially related to a file path not being defined, don't worry about it. It's just my bad code as it doesn't stop empty file paths, and you can continue using the program as usual if you select a file path for whatever is missing.)

On your first run, a small window will pop up asking for directories/locations of your Foobar2000, hex editor, and chosen notes text file. Once set, you won't need to do this every time. Your settings are stored in the .txt file. Don't delete this file or else the program will not work as intended! You can change your text file later in the options bar in the top left.

I've tried to improve it by allowing errors to be corrected by the user, which usually show up in the form of windows. Because making GUIs are hard, if you happen to see one that just opens up blank and stays open, feel free to close it. Chances are it's not doing anything and it's just my inability to make GUIs work haha, so feel free to close them and/or report them as an issue.

This program was created using Pycharm with Python 3.9 on Windows 10, frozen into .exe file with pyinstaller.

Enjoy!