https://github.com/arsalan-dev-engineer/vehicle_management_system
In this program, traders will be able to store their owned vehicle's details, they will be able to add their vehicle brand and model, color, registration and cost. the database will automatically add the date of each vehicle submitted into database. Furthermore, all data stored into the database will automatically save onto a text file, the text file will be created if it does not exit (will be saved onto the same directory as the Python file).
https://github.com/arsalan-dev-engineer/vehicle_management_system
Last synced: 8 months ago
JSON representation
In this program, traders will be able to store their owned vehicle's details, they will be able to add their vehicle brand and model, color, registration and cost. the database will automatically add the date of each vehicle submitted into database. Furthermore, all data stored into the database will automatically save onto a text file, the text file will be created if it does not exit (will be saved onto the same directory as the Python file).
- Host: GitHub
- URL: https://github.com/arsalan-dev-engineer/vehicle_management_system
- Owner: arsalan-dev-engineer
- License: mit
- Created: 2021-09-20T23:12:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T22:35:27.000Z (over 4 years ago)
- Last Synced: 2024-08-20T11:23:54.404Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vehicle_Management_System
In this program, traders will be able to store their owned vehicle's details, they will be able to add their vehicle's brand and model, color, registration and cost. the database will automatically add the date of each vehicle submitted into database. Furthermore, all data stored into the database will automatically save onto a text file, the text file will be created if it does not exit (will be saved onto the same directory as the Python file). also, username and password for database login == Admin.
Make sure to select the "exit Database" option before closing system (this will save all inputs onto a text file which will automatically be created if not exists).