A simple and efficient Supermarket Management System for managing customers, products, and sales in your supermarket.
- Customer Management: Easily add, update, and delete customer information.
- Product Inventory: Maintain your product inventory with details like name, price, and availability.
- Sales Tracking: Keep track of daily sales and generate reports.
- User-Friendly Interface: An intuitive graphical user interface for easy operation.
- Database Integration: Utilizes a MariaDB database for data storage.
- Data Analytics: Analyze customer data and make informed business decisions.
- Python
- Tkinter
- MariaDB
- Clone the repository to your local machine.
- Install the required dependencies.
- Run the application.
pip install tkinter
pip install mariadb