0% found this document useful (0 votes)
30 views

Computer Project File

This document contains details of a student project to create a basic bank account management system using Python. It includes code to create and manage accounts, deposit and withdraw money, and check balances. The project allows users to open an account, update account details, search for an account, delete an account, and view outputs of transactions. Documentation includes an index of topics, description of hardware and software used, source code explanations, and sample outputs.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Computer Project File

This document contains details of a student project to create a basic bank account management system using Python. It includes code to create and manage accounts, deposit and withdraw money, and check balances. The project allows users to open an account, update account details, search for an account, delete an account, and view outputs of transactions. Documentation includes an index of topics, description of hardware and software used, source code explanations, and sample outputs.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

COMPUTER PROJECT FILE

NAME: ARYAN GUPTA


CERTIFICATE

THIS IS CERTIFIED TO BE THE


BONAFIED WORK OF THE STUDENT IN
THE COMPUTER LABORATORY
COMPUTER PRATICALS FOR THE
AISSCE AS PRESCRIBED BY THE CBSE
IN THE YEAR 2022-2023

TEACHER'S SIGN-
Hardware And Software

1.Processor: AMD Ryzen 5 5500H

2.Windows Edition: Windows 11 Home

3.System Type: 64-bit Operating System

4.Installed RAM: 8GB (7.60 GB Usable)

5.Programming Language: Python

6.Software Version: v3.9

7.IDE Used
INDEX
SRNO. TOPIC PAGE NO
1 Project Description 1
2 Code For Main Menu 2
Code For Creating
3 2
Account
Code For Updating
4 3
Account Details
Code For Searching
6 4
Account
Code For Deleting
7 4
Account
Code For Checking
8 4
Balance
Code For Depositing
9 5
Money
Code For
10 5
Withdrawing Money
11 Output Of Main Menu 6
12 Opening Account 6
13 Updating User Name 7
14 Updating User Age 7
Updating User Phone
15 8
Number
Updating User
16 8
Aadhaar Number
Updating User
17 8
Password
Searching Bank
18 9
Account
Deleting Bank
19 9
Account
20 Checking Balance 9
21 Depositing Money 10
22 Withdrawing Money 10
23 Bibliography 11
PROJECT DESCRIPTION

This is a program that is used for bank account


management system. It includes following features:

 Options for creating, modifying and deleting bank


accounts.
 Option to display bank account details.
 Option to check account balance.
 Options to withdraw and deposit money.
 Data is input by the user through an interactive
Command Line Interface.
 Program gives a randomly generated account
number to the user, which can be used to access the
account details.
SOURCE CODE

 Making The Main Menu

 Code For Searching Account


 Code For Updating Account Details
 Code For Searching Account

 Code For Deleting Account

 Code For Checking Balance


 Code For Depositing Money

 Code For Withdrawing Money


OUTPUT OF CODE

 Main Menu

 Opening Bank Account


 Updating User Name

 Updating User Age


 Updating User Phone Number

 Updating User Aadhaar Number

 Updating User Password


 Searching Bank Account

 Deleting Bank Account

 Checking Account Balance


 Depositing Money

 Withdrawing Money
BIBLIOGRAPHY

 Computer Science With Python – Class XI By


Sumita Arora

You might also like