Skip to content
Open
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ Optimization:
*IF THERE IS A COMBINATION WITH THE SAME USERNAME AND PASSWORD*

The application will print "LOGIN SUCCESSFUL"
# INSTALLATION
Run in Command Prompt:
<br>
```sh
pip install -r requirements.txt
py login.py
```
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sqlite3
tkinter