https://github.com/rkshamim/banking-automation
Tasks involved in this project are opening the user accounts , recording the account holders transactions , depositing, withdrawing amount.
https://github.com/rkshamim/banking-automation
python sqlite
Last synced: 2 months ago
JSON representation
Tasks involved in this project are opening the user accounts , recording the account holders transactions , depositing, withdrawing amount.
- Host: GitHub
- URL: https://github.com/rkshamim/banking-automation
- Owner: Rkshamim
- Created: 2024-12-25T20:17:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T09:45:04.000Z (over 1 year ago)
- Last Synced: 2025-01-13T10:38:05.291Z (over 1 year ago)
- Topics: python, sqlite
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banking-Automation
In the bank all the activities are being done manually .As the bank widens its services & it finds difficult to manage its operations manually and hence this leads to the automation of some of its operations.
Tasks involved in this project are opening the user accounts , recording the account holders transactions , depositing, withdrawing amount.
Front End : Python tkinter
Back End :
Business Logic : Python
Database : SQLite