At Restaurant 365, we specialize in helping restaurant owners maximize their business's success. With our comprehensive restaurant management system, you can streamline your operations and focus on what you do best - serving exceptional food and providing outstanding customer experiences.
- Inventory Management
- Customer Service (Orders and Billing)
- Menu Management
- Staff Management
Python
-
Download all the files into the same folder. Don't extract files out of pre-existing folders.
-
Download the following libraries using the commands:
- tkinter
pip install tk
- customtkinter
pip install customtkinter
- pillow
pip install pillow
- bcrypt
pip install bcrypt
- openpyxl
pip install openpyxl
pip install email
The below packages are pre-installed on python and used in this project.
- random
- smtplib
- sys
- os
-
Run intropage.py to start the app.
You are welcome to make contributions to our project by forking the project, committing changes and creating a pull request by stating the issue(s) you worked on.