0% found this document useful (0 votes)
21 views14 pages

Proj Format 23 - 24

This document describes a Python project on a virtual banking system. It includes a certificate page authenticating the project work, acknowledgements from the student, and an index of topics to be covered. The project aim is to simplify banking processes like deposits and withdrawals. The description explains that the project uses Python and MySQL to create a system with options for signing up, logging in, opening an account, depositing/withdrawing money, checking balances and customer details, updating account information, deleting accounts, and giving discounts. Flowcharts and source code are also included.

Uploaded by

sanathhegde2018
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views14 pages

Proj Format 23 - 24

This document describes a Python project on a virtual banking system. It includes a certificate page authenticating the project work, acknowledgements from the student, and an index of topics to be covered. The project aim is to simplify banking processes like deposits and withdrawals. The description explains that the project uses Python and MySQL to create a system with options for signing up, logging in, opening an account, depositing/withdrawing money, checking balances and customer details, updating account information, deleting accounts, and giving discounts. Flowcharts and source code are also included.

Uploaded by

sanathhegde2018
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 14

COMPUTER SCIENCE - PYTHON

Code No: 083


2023-24
PROJECT FILE

NAME: SANATH HEGDE


CLASS & SECTION: 12D
DELHI PRIVATE SCHOOL DUBAI

CERTIFICATE

Certified that this Project file is the bona fide work of


Master Sanath Hegde Class 12 Div D Roll No
D11648 recorded in the E-Learning Lab session
during academic year 2023 to 2024.

____________________ ______________________ ____________________


Teacher in-Charge HOD External Examiner
Ms. Rose Nimmi Ms. Rose Nimmi
Acknowledgement

I would like to express my gratitude and thanks


to my Computer Science faculty & HOD
Ms.Rose Nimmi for her guidance and
unparalleled support throughout the process of
making my Computer Science – Python Project
file.

I would also like to thank my Vice Principal


Ms. Sunita Razdan and headmistress Ms.Blessy
supervisors and teachers for their patience and
help that has enabled me to finish this Project
file on time.

I’m obliged to the Principal, Ms.Rashmi


Nandkeolyar for providing me with the
opportunity and required environment.
Finally, I would like to thank my family and
friends for giving me motivation and support to
go ahead with the Project file and it’s execution.
Index

S.NO. TOPIC PAGE

1 PROJECT AIM

2 PROJECT DESCRIPTION

3 FLOWCHART/ALGORITHM

4 PROGRAM SOURCE CODE

5 SAMPLE OUTPUT

6 POSSIBLE IMPROVEMENTS

7 BIBLIOGRAPHY
PROJECT AIM
The main aim of the project is to make the tedious process
banking very simple and time saving. This project eliminates the
need for standing in long queues and wasting many hours to
physically be present in order to withdraw or deposit money in the
bank.
One can also change his/her bank details while sitting at home
instead of physically
being present in order to change the details.

The process of depositing or withdrawing money is very simple to


understand and only takes a few minutes for completion. The
steps are not complicated and are very short.

The aim of the project is also to show people the rate at which
technology is advancing and how it is making our lives easier day
by day.
PROJECT
DESCRIPTION
The project establishes a Qualitative Product Review System using
Python and MySQL

The project consists of seven different options and a signup and


login page.

The project starts with the signup option which allows you to
create a new account if you haven’t yet.

Then it gives you the option to login using the username and
password which you had created during the signup process.

Then you are presented with seven different functions to choose


from.

1) Open an account:
This allows you to open a fresh account with your name,
address, phone number and the amount you want to deposit

2) Deposit amount: This allows you to deposit a certain amount


into your account by asking for your account number and
name.

3) Withdraw amount: This allows you to withdraw a certain


amount from your account by asking for your account
number and name.

4) Balance: This allows you to check your balance amount in the


account by asking for your account number and name.

5) Customer details: This allows you to check all the details of


your account by asking for your account number and name.

6) Update: This allows you to update certain information


regarding your account (ex name)
7) Delete: This allows you to delete a certain account by asking
for the account number and the name of the customer.

8) Discount: Give discount to previous customers


FLOW CHART/
ALGORITHM
PROJECT CODE

You might also like