You are on page 1of 9

COMPUTER SCIENCE

PROJECT FILE
FASHION STORE
MANAGEMENT

PROJECT PREPARED BY:


RAJAT RAJESH UPADHYAY- XII
CERTIFICATE

Class: XII Year:2022-23

This is to certify that Mr. Rajat Rajesh Upadhyay, a


student of class 12th (science), Exam Seat No._________
of Mahatma Gandhi Mission Primary and Secondary
School (Eng. Med.), Sec-8, Phase-II, Nerul, Navi
Mumbai has successfully completed her Project File of
subject Computer Science, Topic: - Fashion Store
Management during the academic session 2022-23 as
per the guidelines issued by Central Board of Secondary
Education.

Principal's External Examiner Internal Examiner


Sign (Subject Teacher)
INDEX

1. Hardware Requirements
2. Software Requirements
3. Summary about Python
4. Summary about MySQL
5.Introduction to the
project
6. Creating SQL Tables
7. Coding
8.0utput
HARDWARE REQUIREMENTS

1. Printer, to print the required documents of


the project.
2. Installed RAM: 8 GB
3. Processor: AMD Ryzen 5 5000U with
Radeon Graphics
SOFTWARE REQUIREMENTS

1. Operating System: Windows 11

2. Python 3.9.7 as Front-end Development Environment.

3.MySQL 8.0 as Back-end server for storing Data.


SUMMARY ABOUT PYTHON

Python is a high-level, interpreted, interactive and object-oriented


scripting language. Python is designed to be highly readable.
It supports functional and structured programming methods as well
as OOP. It can be used as a scripting language or can be compiled
to byte-code for building large applications. It provides very high-
level dynamic data types and supports dynamic type checking. It
supports automatic garbage collection. It can be easily integrated
with C, C++, COM, ActiveX, CORBA, and Java.
Python is the perfect language to learn if you want to pursue a
programming career. It is compatible with a wide range of
computing packages and offers developers a user-friendly
environment to work in.
Modules and packages are supported by Python, which facilitates
software customization and reusability.
Python utilizes integrated data structures, along with dynamic typing
and dynamic linking, which are ideal for rapid application
development.
SUMMARY ABOUT MYSOL

MySQL is a fast, easy-to-use RDBMS being used for many small


and big businesses. MySQL is developed, marketed and supported
by MySQL AB, which is a Swedish company. MySQL is becoming
so popular because of many good reasons -
MySQL is released under an open-source license. So you have
nothing to pay to use it.
MySQL is a very powerful program in its own right. It handles a
large subset of the functionality of the most expensive and powerful
database packages.
MySQL uses a standard form of the well-known SQL data
language.
MySQL works on many operating systems and with many
Vlanguages including PHP, PERL, C, C++, JAVA, etc.
MySQL works very quickly and works well even with large data
sets.
MySQL is very friendly to PHP, the most appreciated language
for web development.
MySQL supports large databases, up to 50 million rows or more
in a table. The default file size limit for a table is 4GB, but you
can increase this (if your operating system can handle it) to a
theoretical limit of 8 million terabytes (TB).
MySQL is customizable. The open-source GPL license allows
programmers to modify the MySQL software to fit their own
specific environments.
INTRODUCTION TO THE
PROJECT

The main objective of the python project on fashion store


management is to manage the details of sales, discounts,
payments, products, and inventory
digitally. The project is totally built at administrative end
and only administrator is guaranteed the access.
The purpose of the project is to build an application
program to reduce the manual work for managing the
sales, discounts, stock, and payments.
It tracks all the details about stocks, products, and
inventory; it also prints various reports as per input given
by the user.

You might also like