Skip to content

Commit f5f314f

Browse files
authored
Merge pull request #6 from OJASisLive/shorten-the-code
Merge shorten-the-code to main
2 parents 62fa716 + 44bea3f commit f5f314f

29 files changed

+971
-747
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ links.txt
55
tempCodeRunnerFile.py
66
start program.bat
77
README.md
8+
.vscode/

README.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +0,0 @@
1-
# LATEST NOTICE:
2-
See [this pull request](https://github.com/OJASisLive/Bank-Management-System-Python-SQL/pull/6) for details about merger of ["shorten-the-code"](https://github.com/OJASisLive/Bank-Management-System-Python-SQL/tree/shorten-the-code) branch into the main branch.
3-
4-
# OLD NOTICE:
5-
Further updates would be pushed on the ["shorten-the-code"](https://github.com/OJASisLive/Bank-Management-System-Python-SQL/tree/shorten-the-code) branch where I am planning to shorten the code by
6-
removing duplicate code and referencing them.
7-
8-
- I will test the code from the surface and "won't test till depth" (atleast till the project is over).
9-
- I will "hard-test" the code when the project is complete.
10-
11-
# Bank Management System:
12-
First of all, whole code is written by me and nothing has been copy pasted fron anywhere.
13-
14-
The project has Dependencies which are all open sourced (modules such as pickle, csv, mysql-connector)
15-
16-
# Requirements:
17-
1. Python 3
18-
2. MySQL workbench 8.0
19-
20-
because I've tested the code using these versions only...
21-
22-
# Setup:
23-
Run the file named "main.py" and follow the instructions of the program...
24-
25-
# How to reset:
26-
Open the file named "firsttime.txt" and change the value from False to True (case sensitive)
27-
28-
# Troubleshooting:
29-
1.I suspect that the people who haven't set a password for SQL may encounter an error. (will fix it later)
30-
31-
I strongly suggest users to have a password set in MySQL.
32-
33-
2.Check if the terminal shows the message "Connection established successfully"
34-
35-
That means you entered your credentials properly
36-
37-
3.Any other exception will pop up in the terminal...
38-
39-
# More information/Structure/Wiki
40-
[Wiki](https://github.com/OJASisLive/Bank-Management-System-Python-SQL/wiki)
41-
42-
# About:
43-
This project aims to create a bridge between Python and SQL and use it in real world problems/applications...
44-
45-
This project is currently under development...
46-
47-
# Done by:
48-
Om J Shah

editemployee.py

Lines changed: 0 additions & 311 deletions
This file was deleted.

firsttime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)