- presenters
- meeting organizer
- meeting coordinator
- controlling agenda of the presentation
- keep on time track during the meeting
- controlling time of separate parts of the presentation
- detecting of the "hot presentation parts"
- with default file 'agenda.csv' in the same folder
python3 time-controller.py
- with specific agenda file
python3 time-controller.py agenda.csv
- with specific agenda file and full amount of minutes for the session
python3 time-controller.py agenda.csv 10
- with specific agenda file and upcoming finish time
python3 time-controller.py 22:40
there are two possible modes of the working application:
- Spare mode - when you are out of agenda (application starts in this mode)
- ToDo mode - you are working on one of the agenda points
- q - quit
- s - Spare mode
- t - ToDo mode
- n - move to next Agenda point
- p - move to previous Agenda point
- csv file where each line has name of the point and amount of minutes for it in your agenda
just specify the name of the file in any position as an input argument - int number in any position of an input argument as an initial amount of Spare minutes
- upcoming time in format "11:00" or "13:30" or "17:10" in any position
after quit from the application
you will find the snapshot of the last screen
in "out_yyyyMMddHHmmss.txt" file
current mode - ToDo
- finished point
- currently active part of the meeting
- upcoming chapter
- current spare time is negative - need to speed up to catch the deadline (7)
- start time
- current time
- end time