This is a python project that impliments Guizerro & Tkinter Graphical User Interface libraries. Part of this application is designed to gather a user's information from a form, create a restaurant menu from user inputs, and provide an order menu point of service.
- Take input from user and save it to a csv file in the local storage.
- Read csv items and display their data structure on a python gui.
- Read integer values from a csv file and use them as individual multipliers for values input by the user.
- Has a neat 👌 Point of Sale that performs calculations and sends orders from a customer.
- It is fully operable offline.
- Clone repo or download zip:
git clone https://github.com/raph-7/InformationForm.git - Launch in your preferred editor
- Install and Update python:
$cd source/file/path $sudo apt update $sudo apt install python 3 $sudo apt install python 2 - Install dependencies:
$sudo apt update $pip install guizero $pip install tkinter - Launch:
For the data collection form
For the menu editor
./InformationForm.pyFor the POS GUI./RestaurantMenuEditor.py./orderMenu.py
Feel free to contribute to this project. Your feedback will be highly appreciated.