Submitted To:-Mrs. Ritika Bisht (Pgt. CS) : Kendriya Vidyalaya Uttarkashi
Submitted To:-Mrs. Ritika Bisht (Pgt. CS) : Kendriya Vidyalaya Uttarkashi
Computer Project On
Submitted By :- Submitted To :-
Mrs. Ritika Bisht
Name :-
( PGT. CS)
Roll No. :-
Class :- 12 'A'
Page 1
ACKNOWLEDGEMENT
Apart from the efforts of me, the success of any 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 strength for the
successful completion of the project.
The guidance and support received from all the members who contributed and
who are contributing to this project, was vital for the success of the project. I am
grateful for their constant support and help.
Page 2
PROJECT ON COURIER SERVICE SYSTEM
INTRODUCTION
Now a days Couriers are essential for the mobile world, Therefore there
comes a need for managing the courier service in places. so developers use DBMS
and programming languages like python to create a software which could manage
the courier services from a place for several parts of the world and to begin with the
introduction of my project this is a small project (a software) developed by me to
manage the courier service and the name of my courier service system is BATMAN
COURIER SERVICE
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
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
Page 3
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
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 paper work 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
Page 4
1.
Elif
choice
=4:
then
Execute QUIT()
Source code:
cust1=conn.cursor()
print('Hi')
print('2.LOGIN')
if choose==1:
Page 5
name=input('Enter your user-name:')
passwd1=input('Confirm password:')
conn.commit()
import B_COURIER_MENU
elif choose==2:
if cust1.fetchone() is None:
else:
import B_COURIER_MENU
B_COURIER_MENU:
cust1=conn.cursor()
for i in range(0,76):
print('2.billing_procedure')
Page 6
print('3.courier_service_boys')
print('4.exit')
if choice==1:
print('A.courier placement')
if sect=="A":
print('COURIER-ORDER')
conn.commit()
print('=======================================================
========================================================')
elif sect=="B":
if S=="yes":
Page 7
cust1.execute('select * from couriers where
customer_mobile_number="{}" '.format(a))
order=cust1.fetchall()
for j in order:
print(j)
print('=======================================================
========================================================')
else:
print('Thank you')
print('=======================================================
=======================================================')
elif choice==2:
print('BILLING
PROCEDURE:[weight_in_kgs......AND.......cost_in_rupees]')
bill=cust1.fetchall()
for x in bill:
print(x)
print('=======================================================
========================================================')
if choice==3:
boys=cust1.fetchall()
Page 8
print(' City courier_boy mobile
no:')
for y in boys:
print(y)
print('=======================================================
========================================================')
elif choice==4:
quit()
Page 9
Page 10
Output:
Page 11
Page 12
Page 13
Page 14
Page 15
HARDWARE AND SOFTWARE REQUIREMENTS
SOFTWARE REQUIREMENTS:
I. Windows OS
II. Python
Page 16
INSTALLATION PROCEDURE
STEP 2: Run the file create table courier in python idle 3.7(64-bit)
STEP 4:Run the file create table couriers2 in python idle 3.7(64-bit)
STEP 6:Run the file create table couriers3 in python idle 3.7(64-bit)
('The billing procedure values are inserted into the table couriers2')
STEP 10:Run the file courier service boys in python idle 3.7(64-bit)
('The couier service boys bio data are inserted into the table couriers3')
(1.first ,The user should create an account or login with his existing account,
Page 17
BIBLIOGRAPHY
***
Page 18