Skip to content

sander1946/LunchManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LunchApp by Sander Kleine

Requirements

  • python3.12
  • pip

Setup:

pip install -r requirements.txt

How to run

As windows program (.exe)

GUI version

pyinstaller --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.exe

CLI version

pyinstaller --onefile --clean --name LunchAppCli mainCLI.py

Once 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.exe

As python module

GUI version

python ./mainGUI.ppy

CLI version

python ./mainCLI.py

About

This is a lunchManager specifically made for my workplace. with this application you can select what lunch items you want based on a budget. it only supports 2 sites, and it could be written a lot better.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages