From 00409c5cdaa1121043f6f14a000e3159915b43f1 Mon Sep 17 00:00:00 2001
From: Raffu Khondaker <2022rkhondak@tjhsst.edu>
Date: Tue, 16 Jun 2020 21:24:05 -0400
Subject: [PATCH] fix

---
 .2023rumaretiprofile                       |  2 +-
 .sstern1profile                            |  2 +-
 2023rumareti                               |  1 -
 docs/source/cli.rst                        | 42 ++++++++++++++++++++++
 eharris1/Art12_eharris1/README.md          |  0
 skoolos.py                                 |  2 +-
 sstern1/Students/wow4_sstern1/2023rumareti |  1 -
 7 files changed, 45 insertions(+), 5 deletions(-)
 delete mode 160000 2023rumareti
 create mode 100644 eharris1/Art12_eharris1/README.md
 delete mode 160000 sstern1/Students/wow4_sstern1/2023rumareti

diff --git a/.2023rumaretiprofile b/.2023rumaretiprofile
index b54ab03..6df406f 100644
--- a/.2023rumaretiprofile
+++ b/.2023rumaretiprofile
@@ -1 +1 @@
-{"username": "2023rumareti", "grade": 9, "is_student": true, "password": "a"}
\ No newline at end of file
+{"username": "2022rkhondak", "grade": 9, "is_student": true, "password": "hackgroup1"}
\ No newline at end of file
diff --git a/.sstern1profile b/.sstern1profile
index a51e01c..b141284 100644
--- a/.sstern1profile
+++ b/.sstern1profile
@@ -1 +1 @@
-{"username": "sstern1", "is_student": false, "password": "Riya2011"}
\ No newline at end of file
+{"username": "eharris1", "is_student": false, "password": "hackgroup1"}
\ No newline at end of file
diff --git a/2023rumareti b/2023rumareti
deleted file mode 160000
index ca356ef..0000000
--- a/2023rumareti
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit ca356ef8532873bf52ec67a647fbb91a25ca1cb7
diff --git a/docs/source/cli.rst b/docs/source/cli.rst
index 4322f39..60d948e 100644
--- a/docs/source/cli.rst
+++ b/docs/source/cli.rst
@@ -12,4 +12,46 @@ the registration button bellow and create an account. Once you create an account
 Enter SkoolOS Username:
 Enter SkoolOS Password:
 
+Enter the valid SkoolOS username and password. Congratialations, you have successfully logged in.
+
+1. CLI as a teacher:
+============
+
+Start the CLI and select your username. For instance, teacher 'eharris1'
+
+python skoolos.py
+
+? Select User:   (Use arrow keys)
+   1) 2022rkhondak
+ ❯ 2) eharris1
+   3) Make new user
+
+You will then be given the choice to select an existing class, Make a new class, or exit the CLI:
+
+? Select class:   (Use arrow keys)
+ ❯ Art12_eharris1
+   English12_eharris1
+   History12_eharris1
+   Make New Class
+   Exit SkoolOS
+
+1. Making a new class:
+-------
+
+Select 'Make a New Class'. You will then be prompted to enter a class name. The format for every  class must be <subject>_<teacher_username> (Example: Art12_eharris1).
+
+? Select class:   (Use arrow keys)
+   Art12_eharris1
+   English12_eharris1
+   History12_eharris1
+ ❯ Make New Class
+   Exit SkoolOS
+
+
+
+
+
+
+
+
 
diff --git a/eharris1/Art12_eharris1/README.md b/eharris1/Art12_eharris1/README.md
new file mode 100644
index 0000000..e69de29
diff --git a/skoolos.py b/skoolos.py
index e553e76..51d1bbd 100644
--- a/skoolos.py
+++ b/skoolos.py
@@ -600,7 +600,7 @@ def authenticate():
     print("Linux")
 
     system = input("Enter OS: ")
-    while(system.lower() != "Linux" and system.lower() != "macos"):
+    while(system.lower() != "linux" and system.lower() != "macos"):
         print("Not valid OS")
         system = input("Enter OS: ")
     if(system.lower() == 'macos'):
diff --git a/sstern1/Students/wow4_sstern1/2023rumareti b/sstern1/Students/wow4_sstern1/2023rumareti
deleted file mode 160000
index ca356ef..0000000
--- a/sstern1/Students/wow4_sstern1/2023rumareti
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit ca356ef8532873bf52ec67a647fbb91a25ca1cb7