Sample Project Cs
Sample Project Cs
Sample Project Cs
PROJECT REPORT ON
NAME : ----------------
CLASS : XII
ROLL NO : ---------------
SUBJECT : CS
SUB CODE : 083
Page1
PROJECT SYNOPSIS
ON
MOBILE
SHOP
MANAGEMENT
FOR AISSCE 2024 EXAMINATION
[AS A PART OF THE COMPUTER SCIENCE
COURSE (083)]
Page2
Project Logbook
YEAR/CLASS : 2023-2024/12-B
TEACHER NAME : - - - - - - - - - - - - - - -
Page3
CERTIFICATE
……………………………..
Signature of Teacher/Guide
Name: ………………………………….
Design.: PGTComp.Sc.
Mr. / Ms. …………………………., for giving valuable time and moral support
to develop this software.
I also feel indebted to my friends for the valuable suggestions during the
project work.
_______________
Signature of Student
Name: Kanishka Tanwar
Roll No: ……………….
3. Team Roles
8. Output------------------------------------------------------------------------
purchases , stock and sales transactions with a view to enhance the decision
we can store, retrieve and manage all information in proper way. does
This software, being simple in design and working, not require much
powerful front-end tool is used for getting Graphical User Interface (GUI)
✓ The proposed system should maintain all the records and transactions,
and should generate the required reports and information when
required.
In its current scope, the software enables user to retrieve and update the
information from CSV file imported by Python library. This software does
not require much training time of the users due to limited functionality and
simplicity.
Despite of the best effort of the developer, the following limitations and
functional boundaries are visible, which limits the scope of this application
software.
CSV (Comma Separated Values): is a file format for data storage which looks like
a text file. The information is organized with one record on each line and each field
is separated by comma.
A CSV file is a type of plain text file that uses specific structuring to arrange tabular
data. CSV is a common format for data interchange as it's compact, simple and
general. Many online services allow its users to export tabular data from the website
into a CSV file. Files of CSV will open into Excel, and nearly all databases have a
tool to allow import from CSV file. The standard format is defined by rows and
columns data. Moreover, each row is terminated by a newline to begin the next row.
Also within the row, each column is separated by a comma.
CSV (Comma-separated values) is a common data exchange format used by the
applications to produce and consume data. Some other well-known data exchange
formats are XML, HTML etc.
The first line of the CSV file represents the header containing a list of column names
in the file. The header is optional but highly recommended.
The CSV file is commonly used to represent tabular data. For example:
To retain the commas inside the Address field enclose it in double quotation marks,
as follows:
# Main Menu
while(True):
result=pd.read_csv("mobile.csv",index_col=0)
print("\n\n\n")
print("*****************************************")
print("*****************************************")
print("Main Menu")
print("7. Exit")
while(True):
print("4. Histogram")
print(“5.Exit”)
ch1=int(input("Enter choice"))
if ch1==1:
while(True):
if chline==1:
plt.plot(result.columns,result.max(),label="Highest Sales")
plt.title("HIGHEST SALES IN EACH MONTH")
plt.xlabel("MONTH")
plt.ylabel("UNITS SOLD")
plt.xticks(rotation=30)
plt.legend()
plt.grid(True)
plt.show()
elif chline==2:
print(result.index)
plt.ylabel("UNITS SOLD")
plt.xticks(rotation=30)
plt.legend()
plt.grid(True)
plt.show()
elif chline==3:
break
elif ch1==2:
while(True):
chbar=int(input("Enter choice")) if
chbar==1:
plt.bar(result.columns,result.max(),label="Highest Sales")
plt.title("HIGHEST SALES IN EACH MONTH")
plt.xlabel("MONTH")
plt.xticks(rotation=30)
plt.legend()
plt.grid(True)
plt.show()
elif chbar==2
print(result.index)
plt.ylabel("UNITS SOLD")
plt.xticks(rotation=30)
plt.legend()
plt.show()
elif chbar==3:
break
elif ch1==3:
while(True):
chbar=int(input("Enter choice")) if
chbar==1:
plt.barh(result.columns,result.max(),label="Highest Sales")
plt.title("HIGHEST SALES IN EACH MONTH")
plt.xlabel("MONTH")
plt.ylabel("UNITS SOLD")
plt.xticks(rotation=30)
plt.legend()
elif chbar==2:
print(result.index)
plt.ylabel("UNITS SOLD")
plt.xticks(rotation=30)
plt.legend()
plt.show()
elif chbar==3:
break elif
ch1==5:
break elif
ch==2:
while (True):
if ch2==1:
print(result.T)
elif ch2==2:
print(result.columns)
elif ch2==3:
print(result.shape)
elif ch2==5:
print(result.ndim)
elif ch2==6:
print(result.dtypes)
elif ch2==7:
print(result.size)
elif ch2==8:
break elif ch==3:
while(True):
if ch3==1:
print(result.head())
elif ch3==2:
print(result.tail())
elif ch3==3:
n=int(input("Enter how many records you want to display from the bottom"))
print(result.tail(n))
elif ch3==5:
st=input("Enter the Brand name for which you want to see the details")
print(result)
elif ch3==7:
break elif
ch==4:
while(True):
Software Requirement-
Windows 2000/XP OS is desirable.
Python IDLE Ver 3.7.2 or higher should be installed .
PANDAS Library with csv must be present at machine.
Pandas Installation-