beeMMX R is a repythonized version of BMMX.
beeMMX R is an application that generates full BEE2.4 music packages. Made in Python, it is designed to simplify adding more music to BEE2.4.
To build the app, you will need the following libraries:
tkinter
- UIPIL
(pillow
) - loading imagesos
- getting path ofsys.executable
,os.chdir
if 'Open with' is usedmutagen
- length of audiokeyboard
- "Hold down SHIFT to dismiss this message."sys
- proper path detection, quittingjson
- saving/loading functionsshutil
- zipping the end packagewebbrowser
- for opening Discord and the app folderPyInstaller
- for building an executable Then, to build the executable, go to the directory with thebeemmx.py
file and open the command line. At the command line, type:
py -m PyInstaller --onefile --icon media/icon.ico --noconsole beemmx.py
After it's done, copy the media/
folder to dist/
under the same name.