diff --git a/README.md b/README.md index 1e19d1e..d1e3560 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # SkoolOS Revolutionizing the interface between students and teachers through one easy service -[![Documentation Status](https://readthedocs.org/projects/skoolos/badge/?version=latest)](https://skoolos.readthedocs.io/en/latest/?badge=latest) + +![Read the Docs](https://img.shields.io/readthedocs/skoolos?color=FF6663) +![GitHub language count](https://img.shields.io/github/languages/count/rushilwiz/SkoolOS?color=FEB144) +![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/rushilwiz/SkoolOS?color=FAFD7B) +![GitHub repo size](https://img.shields.io/github/repo-size/rushilwiz/SkooloS?color=9EE09E) +![GitHub](https://img.shields.io/github/license/rushilwiz/SkoolOS?color=9EC1CF) +![GitHub last commit](https://img.shields.io/github/last-commit/rushilwiz/SkoolOS?color=CC99C9) diff --git a/chromedriver-linux b/chromedriver/chromedriver-linux similarity index 100% rename from chromedriver-linux rename to chromedriver/chromedriver-linux diff --git a/chromedriver-mac b/chromedriver/chromedriver-mac similarity index 100% rename from chromedriver-mac rename to chromedriver/chromedriver-mac diff --git a/chromedriver.exe b/chromedriver/chromedriver.exe similarity index 100% rename from chromedriver.exe rename to chromedriver/chromedriver.exe diff --git a/skoolos.py b/skoolos.py index f335dfe..2003e6b 100644 --- a/skoolos.py +++ b/skoolos.py @@ -230,7 +230,9 @@ def teacherCLI(user, password): ] ass = prompt(questions)['assignment'] apath = teacher.username + "/" + course + "/" + ass - + due = input("Enter due date (Example: 2020-08-11 16:58): ") + due = due + ":00.000000" + due = due.strip() teacher.addAssignment(apath, course, due)