Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1.

load txt
2. turn txt into a list up to 2 index
3. turn the index to a variable
4. use the variable to assign the requiremetns to set the meeting.
5. make it flexible so if the txt is 100 lines that should be 100 line of meetings
too.
ways i think im gonna do.

0 getting the indexes from the list.

for list in listbox:


if line[0:2] >= timestamp:
print("This meeting has passed")

1. if list time is >= realtime change it to next meeting then if that meeting time
is >= realtime go to the next meeting.

now how can you manipulate the list and make a schedules out of it.

like

you cant put an invalid time it will give an error tuesday 08:523123
chat.openai.com ['tuesday', '08:55', 'chat.openai.com']eeorr those error are in txt
file and reading through pthon

You might also like