Bike REntal Project File
Bike REntal Project File
CHHABIL DASS
PUBLIC SCHOOL
________________ ________________
1.1 INTRODUCTION
1.2 AIM
1. MySQL-Connector :
2. Datetime :
In Python, date and time are not a data type of their own, but a
module named datetime can be imported to work with the date as
well as time. Python Datetime module comes built into Python, so
there is no need to install it externally.
Python Datetime module supplies classes to work with date and time.
These classes provide a number of functions to deal with dates, times
and time intervals. Date and datetime are an object in Python, so
when you manipulate them, you are actually manipulating objects
and not string or timestamps.
1.1 LIST OF USER DEFINED FUNCTIONS
1. add () : This function helps the user to take records from the user
and then input those values in the table.
4. bikes() : This function helps users to show all the stock which is
available or not .
6. show_bill : This function helps users the show the bill amount to
be paid by the customer.
7. add_bike() : This function helps the admin to add records from the
admin and then input values in the table.
8. cb() : This function helps to show the billing status of the customer
with their names.
10. cd() : This function helps admin to show all information of the
customer .
-> If Admin Enter Wrong Password