Bank Staff App Python

Bank Staff App Python Used AI

7 devlogs
3h 57m
Created by Jon Spahiu

Just a application for bank tellers to deposit, withdraw, take loans, etc!

Timeline

Update 7 (Another quick update):
- Added a safety warning before exiting the window of whatever feature there (currently)

Update attachment

Update 6 (Quick Update):
- Added Credit Card GUI Option
- Added Debit Card GUI Option
- Added warnings for empty information and selections

Update attachment

Update 5:

  • Added a Deposit GUI (Main Window, Deposit Checks GUI Only)

Will have functionality in the future but need to add the credit card feature now!

Update attachment

Update 4:
- Added the bank teller buttons for features for the customer/client and the teller itself.
- Added Admin Account for special features which more will be added in the future!
- Added a scroll bar since we have a lot of buttons and texts now!

Update attachment

Update 3:
Got the Account Window first added with a lot of work to do!

Update attachment

Update 2:
Got the database for usernames and passwords on a json file for now.
Thinking in a future update to use SQLite3 as my next database, but for now this is what it is going to be.

Update attachment

Update 1:
Finally got the bank teller login screen finished up including username and ID login which is secure enough!

Update attachment