{"id":50432702,"url":"https://github.com/ahmadrazacdx/quickeats","last_synced_at":"2026-05-31T15:01:24.604Z","repository":{"id":252339744,"uuid":"840145417","full_name":"ahmadrazacdx/QuickEats","owner":"ahmadrazacdx","description":"A  food delivery application developed with Ttkbootstrap,  Gui library in Python with Object Oriented Programming (OOP).","archived":false,"fork":false,"pushed_at":"2025-04-24T03:40:32.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T04:28:57.139Z","etag":null,"topics":["object-oriented-programming","python-3","ttkbootstrap-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahmadrazacdx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-09T04:21:50.000Z","updated_at":"2025-04-24T03:40:36.000Z","dependencies_parsed_at":"2024-08-09T05:30:12.689Z","dependency_job_id":"e7ff3f3f-c17d-450d-9e59-52a9b6116d12","html_url":"https://github.com/ahmadrazacdx/QuickEats","commit_stats":null,"previous_names":["ahmadrazacdx/quickeats"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmadrazacdx/QuickEats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrazacdx%2FQuickEats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrazacdx%2FQuickEats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrazacdx%2FQuickEats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrazacdx%2FQuickEats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmadrazacdx","download_url":"https://codeload.github.com/ahmadrazacdx/QuickEats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrazacdx%2FQuickEats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33735663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["object-oriented-programming","python-3","ttkbootstrap-python"],"created_at":"2026-05-31T15:01:22.461Z","updated_at":"2026-05-31T15:01:24.598Z","avatar_url":"https://github.com/ahmadrazacdx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickEats\n\nAn intermediate level food delivery application, with visually appealing interface, having services food delivery, parcel delivery etc\n\n## 📜 Overview\n\n**QuickEats** is a user-friendly food delivery application designed to provide services like food ordering and parcel delivery. The application is built with Python and leverages the following technologies:\n\n- **Tkinter**: Provides the graphical user interface of applicationn.\n- **ttkbootstrap**: Modern version of Tkinter, that enhances the visual appeal of the application with modern, stylish components.\n- **Matplotlib**: Used for creating and displaying graph to visualize revenue distribution analytics.\n\n## 📂 Project Structure\n```bash\nQuickEats/\n│\n├── app.py\n├── database.py\n├── graph_plot.py\n├── data/\n│   ├── records.json\n│   ├── delivery_records.json\n│   ├── menu.json\n│   └── accounts.json\n├── fonts.md\n└── requirements.txt\n```\n### Files Overview\n\n- **app.py**:\n  - **Authentication**: Manages user login and registration.\n  - **Home Dashboard**: Central hub for accessing various features.\n    - **Profile Management**: Update and manage your profile information (name, email, password, address).\n    - **Services**: \n      - **Food Ordering**: Browse and order from a dynamic menu.\n      - **Parcel Delivery**: Simplified parcel sending process.\n    - **Analytics**: Visualize revenue distribution per item.\n    - **Feedback**: Direct link to an online Form for providing feedback.\n    - **Account Deletion**: Permanently remove your account.\n\n- **database.py**:\n  - Encapsulates all data handling logic.\n  - Facilitates data addition and retrieval with JSON files, which store application data.\n\n- **data/**:\n  - **records.json**: Stores detailed order records.\n  - **delivery_record.json**: Logs parcel delivery records.\n  - **menu.json**: Holds data for the food menu.\n  - **accounts.json**: Contains user account details.\n\n## 🚀 Getting Started\n\n### Installation\n\nFollow these steps to set up the project on your local machine:\n\n1. **Clone the Repository**:\n    ```bash\n    git clone https://github.com/ahmadrazacdx/QuickEats.git\n    cd QuickEats\n    ```\n2. **Install Dependencies**:\n    Ensure Python is installed, then run:\n    ```bash\n    pip install -r requirements.txt\n    ```\n3. **Run the Application**:\n    ```bash\n    python app.py\n    ```\n\n### Prerequisites\n\n- **Python 3.10 or above** installed on your system.\n- **Fonts** mentioned in fonts.md must be installed on your system for better user experience.\n- **Internet connection** to access the Google Form for feedback.\n\n## 🎯 Key Features\n\n- **🔒 Secure User Authentication**: Reliable login and registration system to keep user data safe.\n- **👤 Profile Management**: Easily update personal information, including name, email, password, and address.\n- **🍽️ Food Ordering**: Browse a dynamic menu and place your food orders.\n- **📦 Parcel Delivery**: A user-friendly interface for sending parcels in simpler steps.\n- **📊 Analytics**: Gain insights with revenue distribution graph.\n- **📝 Feedback**: Provide feedback directly via a Microsoft Form.\n- **🗑️ Account Deletion**: Option for users to permanently delete their accounts.\n- **⚠ Exception Handling**: All the potential exceptions and errors handled seamlessly.\n\n## 📊 Data Management\n\nQuickEats uses **JSON** files as a lightweight, efficient means of data storage:\n\n- **records.json**: Captures and stores all order details.\n- **delivery_record.json**: Logs every parcel delivery transaction.\n- **menu.json**: Contains up-to-date menu information.\n- **accounts.json**: Manages user accounts and profile information.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadrazacdx%2Fquickeats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadrazacdx%2Fquickeats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadrazacdx%2Fquickeats/lists"}