Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 15

PRESENTATION

BANK
MANAGEMENT
SYSTEM
Presented
by

HARSH KUMAR SHARMA AND


KUSHAL MITTAL
PROJECT
• using Python language.
• it is a web-site.
• For coding of project using Thonny software.
• use for pickle in project

• Pickle module is used for serializing and deserializing the object. serializing object (Pickling): Create a
representation of an object. deserializing object (Unpickling): Re-load the object from representation.
dump: pickle to file load: unpickle from file dumps: returns a pickled representation.

• ਪਿਕਲ ਮੋਡੀਊਲ ਦੀ ਵਰਤੋਂ ਆਬਜੈਕਟ ਨੂੰ ਸੀਰੀਅਲਾਈਜ਼ ਕਰਨ ਅਤੇ ਡੀਸੀਰੀਅਲਾਈਜ਼ ਕਰਨ ਲਈ ਕੀਤੀ ਜਾਂਦੀ ਹੈ। ਸੀਰੀਅਲਾਈਜ਼ਿੰਗ ਆਬਜੈਕਟ (ਪਿਕਲਿੰਗ): ਕਿਸੇ ਵਸਤੂ ਦੀ ਪ੍ਰਤੀਨਿਧਤਾ ਬਣਾਓ।
ਡੀਸੀਰੀਅਲਾਈਜ਼ਿੰਗ ਆਬਜੈਕਟ (ਅਨਪਿਕਲਿੰਗ): ਪ੍ਰਤੀਨਿਧਤਾ ਤੋਂ ਆਬਜੈਕਟ ਨੂੰ ਮੁੜ-ਲੋਡ ਕਰੋ। ਡੰਪ: ਫਾਈਲ ਲੋਡ ਕਰਨ ਲਈ ਅਚਾਰ: ਫਾਈਲ ਡੰਪਾਂ ਤੋਂ ਅਨਪਿਕਲ: ਇੱਕ ਅਚਾਰਿਤ ਪ੍ਰਤੀਨਿਧਤਾ ਵਾਪਸ
ਕਰਦਾ ਹੈ।

• use for os in project


• The OS module in Python provides functions for creating and removing a directory (folder), fetching its
contents, changing and identifying the current directory, etc. You first need to import the os module to
interact with the underlying operating system. So, import it using the import os statement before using
its functions.

• ਪਾਈਥਨ ਵਿੱਚ OS ਮੋਡੀਊਲ ਇੱਕ ਡਾਇਰੈਕਟਰੀ (ਫੋਲਡਰ) ਬਣਾਉਣ ਅਤੇ ਹਟਾਉਣ, ਇਸਦੀ ਸਮੱਗਰੀ ਪ੍ਰਾਪਤ ਕਰਨ, ਮੌਜੂਦਾ ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਬਦਲਣ
ਅਤੇ ਪਛਾਣ ਕਰਨ ਆਦਿ ਲਈ ਫੰਕਸ਼ਨ ਪ੍ਰਦਾਨ ਕਰਦਾ ਹੈ। ਤੁਹਾਨੂੰ ਪਹਿਲਾਂ ਅੰਡਰਲਾਈੰਗ ਓਪਰੇਟਿੰਗ ਸਿਸਟਮ ਨਾਲ ਇੰਟਰੈਕਟ ਕਰਨ ਲਈ OS ਮੋਡੀਊਲ ਨੂੰ
ਆਯਾਤ ਕਰਨ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ। ਇਸ ਲਈ, ਇਸ ਦੇ ਫੰਕਸ਼ਨਾਂ ਦੀ ਵਰਤੋਂ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਇਸਨੂੰ ਇੰਪੋਰਟ ਓਐਸ ਸਟੇਟਮੈਂਟ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਆਯਾਤ ਕਰੋ।
Before Coding we have to start the THONY software and PYCHARM
software.
USING DEF FUNCTION

Def
Python def keyword is used to define a function, it is placed before a function
name that is provided by the user to create a user-defined function. In Python, a
function is a logical unit of code containing a sequence of statements indented
under a name given using the “def” keyword.
USING EIGHT CHOICE

1.New account
2.Deposit amount
3.Withdraw amount
4.Balance enquiry
5.All account holder list
6.Close an account
7.Modify an account
8.Exit
FINALLY CODING COMPLETED
OF

BANK MANAGEMENT
SYSTEM
BANK MANAGEMENT SYSTEM

OUTPUT

ONE BY ONE RUN


ENTER YOUR CHOISE
1. New Account
2. Deposit Amount
3. Withdraw Amount
4. Balance Enquiry
5. All Account Holder List
6. Close an Account
7. Modify an Account
8. Exit
FIRST
OPTION RUN
FIRST OPTION IS ADD
NEW ACCOUNT NUMBER
•OUTPUT
FIFTH OPTION RUN

Show is all account holder names


Basically am added filhall three account nd
names .
THANK YOU

You might also like