You have a cart and you can run free in the confines of the CLI which hosts the Krusty Krabz
Also now we have a client-server thing going on.
- Python 3.7 (Not 3.8)
- Pandas
pip install pandas
pip install bcrypt
- Clone from Github
git clone https://github.com/Wooniety/SPAM-Menu
- Start the server (Localhost)
python {directory_to_folder}/SPAM-Menu/server/main.py
- Start the main program
python {directory_to_folder}/SPAM-Menu/client/main.py
You need to create an account!
Admin accounts exist but since the passwords are hashed you won't be logging in.
Or just login as admin using the password 'admin' without quotation marks since this is just a joke program.
Explore the different isles with their varying items!
Ok not that much but sufficient
- Frozen Goods
- Drinks
- Bread
- Sweets
- Snacks
Or simply just search for it...
Discount Sunday is thing. Or should it be called Sunday Sales?
- View Users
- Add more admins
- Remove users
- Restock items
- Add more items
- Remove items
Hashed and salted with bcrypt.
If you want to try using the sample accounts here, the passwords are the username.
- I wanted to learn it
- Already puts the data into a nice table
- Useful functions like
sum
and 'unique()' to sort the categories - Reading from CSV and manipulating the data is really useful