The "Buy A Car" project is a Python implementation that models a store managing vehicles and customers. This README provides an overview of the project structure and instructions on how to run and use it.
- vehicles.csv: CSV file containing vehicle data.
- customers.csv: CSV file containing customer data.
- py: Directory containing Python files for different classes, gui and the main program.
This project relies on standard Python libraries, and no additional dependencies are required.
Ensure you have Python installed. Navigate to the main.py and run the main program.
The project integrating GUI using TkInter.