Skip to content

Commit 394d8f4

Browse files
authored
Update README.md
The first commit of this repository: # Features: Checks if the user has used the program for the first time and if true, runs the setup process, otherwise continues.
1 parent 55ef67e commit 394d8f4

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# Bank-Management-System-Python-SQL
2-
A simple bank management project in Python / my CS project...
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+
because I've tested the code using these versions only...
10+
11+
# Setup:
12+
Run the file named "main.py" and follow the instructions of the program...
13+
14+
# How to reset:
15+
Open the file named "firsttime.txt" and change the value from False to True (case sensitive)
16+
17+
# Troubleshooting:
18+
I suspect that the people who haven't set a password for SQL may encounter an error. (will fix it later)
19+
I strongly suggest users to have a password set in MySQL.
20+
21+
Check if the terminal shows the message "Connection established successfully"
22+
That means you entered your credentials properly
23+
24+
Any other exception will pop up in the terminal...
25+
26+
# About:
27+
This project aims to create a bridge between Python and SQL and use it in real world problems/applications...
28+
This project is currently under development...
29+
30+
#Done by:
31+
Om J Shah

0 commit comments

Comments
 (0)