PyQt5 based GUI to interact with a source of restaurants sorted by location to produce random decision
Interfaces with PyQt5 application to add location files and restaurant entries stored in .CSV files
Includes a compiled desktop application and installer
Shell script builddmg.sh takes desktop application built by PyInstaller and created DMG installer for MacOS
Use PyInstaller to create desktop application
Run command within ./gui directory
pyinstaller -n "Amongus" --windowed --add-data='locations:locations' kaia_app.py
Use shell script to create Disk Image installer for the application
./builddmg.sh