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.
- 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
You can login with this username and password :
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.
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.
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.
A sample of the sent SMS is as follows:
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.
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.
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.