June 5, 2026
My project is a restaurant ordering system called “Kabul Hawasana Restaurant Ordering System” created with Python. Many small restaurants, including in Afghanistan, still manage orders manually and do not use written menus or receipts, which can cause mistakes and slower service. This project is designed for restaurant owners and customers who want a faster and more organized digital ordering system. The program allows users to order food and drinks, calculate totals, apply discounts, save orders, and print receipts. In this project, I used Python functions, loops, conditionals, lists, file handling, and modules such as random, math, json, and os.