Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 566 Bytes

File metadata and controls

25 lines (19 loc) · 566 Bytes

Car-Rental-Management

Class 12th Project For CS

Concepts used:

  • Basic Python
  • MySQL
    • DDL
    • DML
    • DCL
    • DQL
  • Python - MySQL Connectivity
  • Library Used
    • Matplotlib.pyplot
    • mysql.connector
    • os
    • getpass
    • time

This project can be improved by using different User Defined Modules and by using User Defined Function in Python.

Table Syntax.txt is the text file containing the code of the Table syntax for MySQL which can be directly pasted into MySQL commandline before running the car_rental.py Code.