Resturant Management System is design for the Resturants Billing System to make things easy for Resturant Managers. Its a GUI Version written in Python.
git clone http://github.com/Mehra1998/Resturant_System.git
Resturant_System currently supported Python3.x.
- The recommended version for Python3 is 3.4.x
Resturant_System depends on the [tweepy, pandas, shutil, aylienapiclient, csv, io, colorama, subprocess, codecs, json] python modules.
These dependencies can be installed using the requirements file:
- Installation in Windows:
c:\python27\python.exe -m pip install -r requirements.txt
- Installation on Linux:
$ sudo pip install -r requirements.txt
- GUI mode of this Resturant Management System.
- Bill Generate Option (Coming Soon).
- Combos Pack Option (Comming Soon).
$ python3 resturant.py
License : Resturant_System is licensed under the GNU GPL license. take a look at the LICENSE for more information