add: schedule for today and tomorrow; update: showing data

This commit is contained in:
mnjx
2023-04-14 20:14:18 +02:00
parent e2e970b7ff
commit 93fe4ff01c
5 changed files with 321 additions and 62 deletions
+2
View File
@@ -1,6 +1,7 @@
from lib import grades as gr
from lib import networking as nw
from lib import schedule_week as sw
from lib import schedule_tdy_tmr as st
if __name__ == "__main__":
user = str(input("Zadejte přihlašovací jméno: "))
@@ -15,3 +16,4 @@ if __name__ == "__main__":
#sw.schedule_week_to_file()
#gr.grades_to_file()
#sw.schedule_week_from_file()
st.show_schedule_tdy_tmr()