Skip to content

Merge shorten-the-code to main #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ links.txt
tempCodeRunnerFile.py
start program.bat
README.md
.vscode/
48 changes: 0 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +0,0 @@
# LATEST NOTICE:
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.

# OLD NOTICE:
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
removing duplicate code and referencing them.

- I will test the code from the surface and "won't test till depth" (atleast till the project is over).
- I will "hard-test" the code when the project is complete.

# 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](https://github.com/OJASisLive/Bank-Management-System-Python-SQL/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
311 changes: 0 additions & 311 deletions editemployee.py

This file was deleted.

1 change: 0 additions & 1 deletion firsttime.txt

This file was deleted.

Loading