This project is a simple vehicle management system developed with Python.
- Add vehicle information
- Save vehicle data
- Store data using JSON files
- Track vehicle history
- main.py → Main program
- arayuz.py → User interface
- islemler.py → Vehicle operations
- data.py → Data management
- data.json → Vehicle data storage
- gecmis.json → Vehicle history records
- Python
- JSON
- Download the project
- Run the main file:
python main.py