Computer Science Project
Computer Science Project
PROJECT REPORT
COMPUTER SCIENCE[Code: ]
Submitted by
HARI PRANESH P
PRANESH C
KAVIN ADHARSH I
GRADE XII [SCIENCE STREAM]
SYSTEM” submitted to The ideal Mount Litera Zee School, Coimbatore in partial
fulfilment of the requirement for the project work of Senior School Certificate
Submitted for the Practical Examination held on at The ideal Mount Litera Zee
School, Coimbatore.
Internal examiner
External examiner
ACKNOWLEDGEMENT
I express my sincere thanks to the Principal for the motivation and support
for the guidance, profound reference, high regards and keen interest for
I would also like to thank all the facilitators and admin staff of IMLZS
Finally, I would like to thank CBSE for giving this opportunity to undertake
this project.
DECLARATION
Management System” submitted to The ideal Mount Litera Zee School, Coimbatore
in partial fulfilment of the requirement for the project work of Senior School
during the Academic Year, 2024 – 25, of my study in Department of Commerce under
Science.
Introduction
Existing System
Objectives
Coding
Screen shots
Limitations
Conclusion
Bibliography
INTRODUCTION
HARDWARE REQUIREMENTS
SOFTWARE REQUIREMENTS:
• Windows OS
• Python
WHY PYTHON ?
5. Scalability
Python applications can start small and easily scale as
business requirements grow.
For example, you can integrate advanced features like:
o Web-based interfaces using frameworks like Flask or Django.
o Data visualization dashboards.
6. Integration Capabilities
Python seamlessly integrates with other tools and technologies,
including APIs, web services, and advanced analytics platforms.
8. Extensibility
You can extend the functionality of your system by:
o Adding Graphical User Interfaces (GUIs) with libraries like
tkinter or PyQt.
DATA FLOW DIAGRAM
CODING
import mysql.connector
# Main program
conn = connect_to_database()
cursor = conn.cursor()
cursor.execute('INSERT INTO items (item, price, quantity) VALUES (%s, %s, %s)', (item, price, quantity))
conn.commit()
print(f"\n{item} added successfully!")
cursor.execute('SELECT * FROM items WHERE item LIKE %s', ('%' + item_name + '%',))
items = cursor.fetchall()
if items:
print("\nSearch Results:")
print("ID\tItem\tPrice\tQuantity")
for item in items:
print(f"{item[0]}\t{item[1]}\t{item[2]}\t{item[3]}")
else:
print(f"\n{item_name} not found in the store.")
if item:
quantity = int(input("Enter quantity to purchase: "))
# Main program
while True:
print("\n[1.] Display Available Items\n[2.] Add New Item\n[3.] Search for Item\n[4.] Purchase Item\n[5.]
Exit")
choice = int(input("\nEnter your choice: "))
if choice == 1:
display_items()
elif choice == 2:
add_item()
elif choice == 3:
search_item()
elif choice == 4:
purchase_item()
elif choice == 5:
cursor.close()
conn.close()
break
else:
print("\nInvalid choice. Please try again.") print("\
• https://www.slideshare.net/ Ashwini0951/a-software-engineering-
clothstore-Management
• https://www.freeprojectz.com/php-projects-projects/cloth-management-
• https://itsourcecode.com/free-projects/python-projects/clothstore-
management-system-in-python-with-source-code/