Bank system is a project, that simulates a basic implementation of user panel in bank, without any GUI, just a simple backend code. The goal was to learn how to use objective programming, MySQL and Cryptography libaries in Python.
First of all, clone the repository into the desired folder
git clone https://github.com/hoopdead/bank_system
Then install virtualenv, and install all of the libaries included in project
virtualenv env
Third thing is to set a database (MySQL)
python3 main_server.py
Fourth, and last thing, to use client side:
python3 main_client.py
Make sure, that your MySQL service is running!