Skip to content

garantor/Bank_app_with_pyqt5_python_and_sqlite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

205e6f3 · Nov 4, 2019

History

12 Commits
Nov 3, 2019
Nov 3, 2019
Oct 12, 2019
Sep 17, 2019
Nov 3, 2019
Sep 17, 2019
Sep 17, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 4, 2019
Nov 3, 2019
Sep 17, 2019

Repository files navigation

Bank App

Banking app using python, pyQt5 and sqlite for database

INTRODUCTIONS

This is a simulation of a simple banking Desktop Application using Python for the core coding, This software can be use for day to day operations of Most banks with little or no need adjustment

FEATURES

  • User Registration
  • Acoount Balance Check
  • Deposit with It own window
  • withdrawal with a one time Generated Code
  • Good Authentication
  • Edit profile
  • Delete Account
  • Logout

Dependencies

  • Python=3.7.3
  • PyQT5=5.11.6
  • Sqlite3 (if not installed before)

Installation

Clone this repo to an enviroment/folder on your machine and install dependencies after all instatllation has been done, Rund the Mainwelcom.py file

python mainwelcom.py

Do not forget to connect to mysql using your own details

SCREENSHOTS


1


2


3


4


5


6


Conclusion

This is a free app to be use by anyone.


THANKS FOR USING