Skip to content

Commit 328ecd9

Browse files
committed
added readme
1 parent d6b3f72 commit 328ecd9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

0 commit comments

Comments
 (0)