File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # Bank Management System:
2+ First of all, whole code is written by me and nothing has been copy pasted fron anywhere.
3+
4+ The project has Dependencies which are all open sourced (modules such as pickle, csv, mysql-connector)
5+
6+ # Requirements:
7+ 1 . Python 3
8+ 2 . MySQL workbench 8.0
9+
10+ because I've tested the code using these versions only...
11+
12+ # Setup:
13+ Run the file named "main.py" and follow the instructions of the program...
14+
15+ # How to reset:
16+ Open the file named "firsttime.txt" and change the value from False to True (case sensitive)
17+
18+ # Troubleshooting:
19+ 1.I suspect that the people who haven't set a password for SQL may encounter an error. (will fix it later)
20+
21+ I strongly suggest users to have a password set in MySQL.
22+
23+ 2.Check if the terminal shows the message "Connection established successfully"
24+
25+ That means you entered your credentials properly
26+
27+ 3.Any other exception will pop up in the terminal...
28+
29+ # About:
30+ This project aims to create a bridge between Python and SQL and use it in real world problems/applications...
31+
32+ This project is currently under development...
33+
34+ # Done by:
35+ Om J Shah
You can’t perform that action at this time.
0 commit comments