Skip to content

This Bank Account Management will provide the basic set of features of adding a new account, searching, updating, increase/decrease balance and sending SMS via web service.

Notifications You must be signed in to change notification settings

SamiraSiavash/Bank_Account_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Account Management

This application is a simple Bank Account Management developed in Python. The user interface of this project has been implemented by tkinter. No specific database is used in this project and the information is stored in a text file.

Features:

  • User Login
  • Create New Account
  • Update Account
  • Increase Balance
  • Decrease Balance
  • Search in Account_ID and National_ID
  • Sending SMS via SMS system web service

2

Login Page

You can login with this username and password :

  • username : admin

  • password : 123

  • 1

Create New Account

To define a new account, click the New Account button to receive the National ID, First name, Last name, and Phone number. Click the Submit button to add a new account to the account list.

3

Update Account

To update an account, select the desired account and click the Update Account button to open the edit form. It is possible to change the National ID, First name, Last name, and Phone number in this form. By selecting the Submit button, the changes are applied to the list.

4

Increase Balance

To increase the balance of an account, select the desired account and click the Increase Balance button to open the form. By selecting the Submit button, the balance increase is made and a balance increase SMS is sent to the account holder's mobile phone number.

9

A sample of the sent SMS is as follows:

10

Decrease Balance

To decrease the balance of an account, select the desired account and click the Decrease Balance button to open the form. By selecting the Submit button, the balance decrease is made and a balance decrease SMS is sent to the account holder's mobile phone number.

11

Search

To Search an account by Account_ID or National_ID, enter the term in search bar and click the Search button . The list of account be filtered.

7

Send SMS

When the balance increases or decreases, it is possible to send an SMS to the account holder's mobile phone number. It is necessary to enter URL، Line Number, API Key in script.

8

About

This Bank Account Management will provide the basic set of features of adding a new account, searching, updating, increase/decrease balance and sending SMS via web service.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages