MySQL Based Bank Management System
For school project
- It uses its Own Library (BankSystem).
- Creates its OWN Database & Table (if doesn't exist).
- It has basic CRUD (Create, Read, Update, Delete) operations.
- mysql-connector-python : to deal with MySQL server.
- python-dotenv : to deal with .env file.
- pwinput : to "mask" password.
Following are the steps if you want to run this banksystem on your pc.
Clone this repository by following command
git clone https://github.com/EitoZX/Bank-Management-System.git
OR CLICK HERE to Download this repository
For reference, you can check .env.example file.
Then create a file named .env
& fill it with correct credentials.
To install required libraries, follow the command:
pip install -r requirements.txt
in working directory.
OR install libraries mentioned in requirements.txt manually by following command:
pip install <library/package_name>
Just run main.py to use "Bank Management System".