- python3.12
- pip
pip install -r requirements.txtpyinstaller --onefile --clean --name LunchAppGUI mainGUI.py --add-data "Lunch/not-found.jpg;."Once it's finished it can be found under ./dist/LunchAppGUI.exe
To run it, simple dubble click it, or run it from the comandline like so:
./dist/LunchAppGUI.exepyinstaller --onefile --clean --name LunchAppCli mainCLI.pyOnce it's finished it can be found under ./dist/LunchAppCLI.exe
To run it, simple dubble click it, or run it from the comandline like so:
./dist/LunchAppCLI.exepython ./mainGUI.ppypython ./mainCLI.py