Bu proje, Python programlama dili ve Tkinter kütüphanesi kullanılarak geliştirilmiş basit bir restoran otomasyonudur. Bu otomasyon ile restoranınızın masa, menü, sipariş ve fatura işlemlerini kolayca gerçekleştirebilirsiniz.
- Yiyecek, içecek ve tatlı miktarı belirleme
- Sipariş oluşturma
- Python
- Tkinter
- Projeyi klonlayın
git clone https://github.com/hamer1818/restaurant-automation.git- Proje dizinine gidin
cd restaurant-automation- Projeyi çalıştırın
python main.pyThis project is a simple restaurant automation developed using the Python programming language and the Tkinter library. With this automation, you can easily perform table, menu, order and invoice transactions of your restaurant.
- Determining the amount of food, beverage and dessert
- Creating an order
- Python
- Tkinter
- Clone the project
git clone https://github.com/hamer1818/restaurant-automation.git- Go to the project directory
cd restaurant-automation- Run the project
python main.py