From 50addb578ba6b6eff2536a0e8d69fa158f176750 Mon Sep 17 00:00:00 2001 From: Evax The Fox Date: Sat, 14 Jan 2023 14:11:07 -0800 Subject: [PATCH 1/2] Create requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..116e5a0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +sqlite3 +tkinter From 71680eb4bb932753d40382f498658eba90875fe0 Mon Sep 17 00:00:00 2001 From: Evax The Fox Date: Sat, 14 Jan 2023 14:12:25 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 932fb44..666843f 100644 --- a/README.md +++ b/README.md @@ -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: +
+```sh +pip install -r requirements.txt +py login.py +```