Skip to content

OJASisLive/Bank-Management-System-Python-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLD NOTICE:

See this pull request for details about merger of "shorten-the-code" branch into the main branch.

Bank Management System:

First of all, whole code is written by me and nothing has been copy pasted fron anywhere.

The project has Dependencies which are all open sourced (modules such as pickle, csv, mysql-connector)

Requirements:

  1. Python 3
  2. MySQL workbench 8.0

because I've tested the code using these versions only...

Setup:

Run the file named "main.py" and follow the instructions of the program...

How to reset:

Open the file named "firsttime.txt" and change the value from False to True (case sensitive)

Troubleshooting:

  1. I suspect that the people who haven't set a password for SQL may encounter an error. (will fix it later)

    I strongly suggest users to have a password set in MySQL.

  2. Check if the terminal shows the message "Connection established successfully"

    That means you entered your credentials properly

  3. Any other exception will pop up in the terminal...

More information/Structure/Wiki

Wiki

About:

This project aims to create a bridge between Python and SQL and use it in real world problems/applications...

This project is currently under development...

Done by:

Om J Shah