Skip to content

Prathamesh-007/Bank-Management-System

Repository files navigation

Python and MySQL Bank Management System

This is a Bank Management System, created using Python, MySQL, HTML and Flask.



Description

Welcome aboard fellow developer. You can use this repo for your college projects or to simply get some idea/framework to start your own project.

The project is created using Flask module. All the important functions required for banking processes like deposit, withdrawal, transactions, creating account, getting bank details, etc. are mentioned in SQL_Control_Functions.py file.



Contributing

Contributions to CSS, HTML and Javascript are welcome. Suggestions for backend and adding more options to the "Banking" part are welcome.

For further guidelines, read the CONTRIBUTING.md



Setting Up the Project

Setting up the project is very easy. Set up is mainly needed for the SQL database. Go to the "Set Up" folder and run the "SetUp.sql" file to create the required Database.

For downloading the Python Requirements run the following commands:

# for installing the flask module
pip install flask

# for installing the mysql module
pip install mysql-connector-python

If you are getting some errors then uninstall the python mysql connector and then reinstall it:

# to uninstall mysql connector completely run the 2 following commands
pip uninstall mysql-connector

pip uninstall mysql-connector-python

# to install mysql connector run the following command
pip install mysql-connector-python

About

Bank Management System using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •