0% found this document useful (0 votes)
16 views

Nalin Practical Final

,m ,m,mm

Uploaded by

nalinm0925
Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Nalin Practical Final

,m ,m,mm

Uploaded by

nalinm0925
Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 8

CERTIFICATE

Name : Nalin Manickam

Roll no. :

Institution : JSS PUBLIC SCHOOL, OOTY

This is certified to be the Bonafide work of the student in computer


laboratory during the academic year 2024 – 2025

_______________
ACKNOWLEDGEMENT

I would like to express a deep sense of


thanks & gratitude to my project guide
Mrs. Hema Mam PGT ( Computer
Science ) for guiding me immensely
through the course of the project. She
always evinced keen interest in my work.
Her constructive advice & constant
motivation have been responsible for the
successful completion of this project. My
sincere thanks goes to Mrs. Anita Ramesh,
Our Principal Mam, for her co-ordination in
extending every possible support for the
completion of this project.I also thanks to
my parents and my friends for their
motivation & support.I must thanks to my
classmates for their timely help & support
for compilation of this project.Last but not
the least, I would like to thank all those
who had helped directly or indirectly
towards the completion of this project.
INTRODUCTION TO PROJECT

Every Airlines needs to maintain a database of the flights


available, Food stock available, Customer deatils, Flight
repair record, Customer luggage record,etc . This
database usually contains information like :
1. Arrival timing
2. Food name
3. Food price
4. Food code
5. Airlines name
6. Flight number
7. Departure Destination
8. Arrival Destination
9. Flight time
10. Flight price
11. Class
12. Seat number
13. Customer name
14. Customer Mobile number , etc

“Flight Management” Project is developed


by Nalin Manickam XII B of JSS Public School, OOTY
as a part of the curriculum of XII standard CBSE.

Using this Interface Python Program, the database on


the flights can becreated or modified. The same can be
used to search the availability of various flights , Update
food stock , Change class , Search customer record from
customer id , Book flight ticket,etc
SYSTEM REQUIREMENTS

1.Windows 10 or higher

2.System type - 64-bit operating system, x64-based processor

3.Processor - 12th Gen Intel(R) Core(TM) i5-12500 3.00 GHz

4.Ram - 16.0 GB
SOFTWARE USED

5.Windows OS 11

6.Python IDLE version 3.12


PYTHON

Python is a dynamic, interpreted (bytecode-compiled) high level


language. There are no type declarations of variables, parameters,
functions, or methods in source code. This makes the code short and
flexible, and you lose the compile-time type checking of the source
code

MySQL.connector
The MySQL.connector is a database connector, meaning it retrieves
data from a databse using a query. In the data center you can access
the connector page for this and other database connectors by clicking
databse in the toolbar at the top of the window. It enables Python
programs to access MySQL databases.

OBJECTIVE

The objective of the project is to devolop a system that automates the


processes and activities

You might also like