Charangeet Project
Charangeet Project
VIDHYASHRAM SURAPET
Name:M.G.Charangeet
Class:12 A2
Roll No:
Senior School Certificate Examination-CBSE, New Delhi for the academic Year 2024- 2025.
Date:
Apart from the efforts taken by me, the success of the project depends largely on the
encouragement and guidelines of many others. I take this opportunity to express my
gratitude to the people who have been instrumental in the successful completion of this
project.
I express deep sense of gratitude to almighty God for giving me the strength to
complete the project successfully.
My sincere thanks to Ms.Sowmiya a guide, mentor, above all a friend, who critically
reviewed my project and guided me during the implementation of the project.
The guidance and support received from all the members who contributed, was vital
for the success of the project. I am grateful for their constant support and help.
1. ABSTRACT
2. SYSTEM CONFIGURATION
3. INTRODUCTION
4. OBJECTIVES OF THE PROJECT
5. PROPOSED SYSTEM
6. LIBRARIES AND FUNCTIONS USED
7. MYSQL QUERIES USED IN THIS PROJECT
8. SOURCE CODE
9. OUTPUT (SCREENSHOT)
10. CONCLUSION
11.BIBILOGRAPHY
ABSTRACT:
SYSTEM CONFIGURATION:
HARDWARE CONFIGURATION
Microsoft windows 7 professional/windows 8/windows 8.2:
Processor : Intel Core i3 or equivalent
Memory : 2 GB (32-bit), 4 GB (64-bit)
Disk space : 1.5 GB of free disk space
SOFTWARE REQUIREMENTS
1 GB RAM (2 GB+ recommended)
9-58 GB free hard disk space depending on edition and configuration, including space
required for temporary files
DVD-ROM drive (if installing from a Media Kit DVD)
Basic GPU – Any vendor DirectX 9.0 class or better (Pixel Shader Level 2)
Intel® Pentium® or compatible, 1.6 GHz minimum (2GHz+ recommended)
1024x768 or higher-resolution monitor
The objective of this project is to let the students apply the programming knowledge
into a real- world situation/problem and exposed the students how programming skills
helps in developing a good software.
1. Write programs utilizing modern software tools.
2. Apply object-oriented programming principles effectively when developing small to
medium sized projects.
3. Write effective procedural code to solve small to medium sized problems.
4. Students will demonstrate a breadth of knowledge in computer science, as
exemplified in the areas of systems, theory and software development.
5. Students will demonstrate ability to conduct a research or applied Computer Science
project, requiring writing and presentation skills which exemplify scholarly style in
computer science.
PROPOSED SYSTEM
Today one cannot afford to rely on the fallible human beings of be really wants to
stand against today’s merciless competition where not to wise saying “to err is human” no
longer valid, it’s outdated to rationalize your mistake. So, to keep pace with time, to bring
valid, it’s outdated to rationalize your mistake. So, to keep pace with time, to bring about the
best result without malfunctioning and greater efficiency so to replace the unending heaps of
flies with a much-sophisticated hard disk of the computer.
One has to use the data management software. Software has been an ascent in atomization
various organisations. Many software products working are now in markets, which have
helped in making the organizations work easier and efficiently. Data management initially had
to maintain a lot of ledgers and a lot of paperwork has to be done but now software
product on this organization has made their work faster and easier. Now only this software has
to be loaded on the computer and work can be done.
This prevents a lot of time and money. The work becomes fully automated and any
information regarding the organization can be obtained by clicking the button. Moreover,
now it’s an age of computers of and automating such an organization gives the better look.
User Functions
d=pro.connect(host="localhost",user="root",password=" admin",database="food")
e=d.cursor()
ser=int(input("Enter the Food ID:")) fi=input("Enter the
Food name:") fp=int(input("Enter the Price of Food:"))
ft=input("Enter the Food Type:")
e.execute("insert into item values ({},'{}',{},'{}')".format(ser,fi,fp,ft))
print("NEW FOOD ADDED SUCCESSFULLY")
d.commit()
Food_Item='{}' where
S_no={}".format(fna,fnid)) print("UPDATED SUCCESSFULLY")
d.commit() elif
us==2:
fnic=int(input("Enter the Food ID whose food price you want to
update :"))
d=pro.connect(host="localhost",user="root",password=" admin",database="food")
e=d.cursor()
fidd=int(input("Enter the Food ID you want to delete
:"))
e.execute("delete from item where S_no={}".format(fidd))
print("YOU HAVE DELETED A FOOD ITEM SUCCESSFULLY")
d.commit()
for i in rtt:
print("********************************************
*********")
print("Food name:",i[0])
print("Food price:",i[1])
print("Total price:",i[2])
print("Phone NO:",i[3])
print("Address:",i[4])
print("********************************************
**********")
print("Thank you")
print("You have been Redirected to the Main Page") return
ARE
SHOWN BELOW**********") print("Food
name:",i[0])
print("Food price:",i[1])
print("Total price:",i[2])
print("Phone NO:",i[3])
print("Address:",i[4])
else:
print("YOU HAVE NOT PLACED ANY ORDER")
d.commit()
fdc=input(" ")
fdp="insert into Feed values P_no,F_back={},'{}'".format(fdb,fdc)
print("THANKS FOR YOUR FEEDBACK")
print("You have been Redirected to MAIN PAGE") d.commit()
# HOME PAGE
def admin(): while True:
print("********************************************
**")
print("WELCOME TO FOOD PORTAL")
print("1. Admin Login") print("2. Customer
Login") print("3. EXIT") op=int(input("Enter
option :")) if op==1:
ad_panel() elif
op==2:
main_menu() elif
op==3:
break
admin()
MYSQL DATABASE
FOOD ITEM TABLE:
Food Order Table:
Feedback Table:
OUTPUT
FOOD PORTAL MAIN PAGE:
FEEDBACK OF CUSTOMER:
PERSONAL ORDER HISTORY OF CUSTOMER:
Bank management system is an environment where all the process of the customers in the
institution is managed. It is done through the automated computerized method.
Conventionally this system is done using papers, file and binders.
This system saves the time of the administrator. It includes process like Account Created,
Transacted, customer details, deleting.
This makes the system easy to handle and feasible for finding the omission with updating at
the same time.
If filed a query to search or update in a manual system, it will take a lot of time to process
the query and make a report which is a tedious job.
This computerized system stores all the data in the database which makes it easy to fetch
and update whenever needed.
BIBILOGRAPHY:
HTTPS://WWW.W3SCHOOLS.COM/PYTHON/PYTHON_MYSQL_GETSTARTED.ASP
HTTPS://WWW.TUTORIALSPOINT.COM/PYTHON/PYTHON_DATABASE_ACCESS.HTM
HTTPS://PYTHONSPOT.COM/MYSQL-WITH-PYTHON/