avrecum / online-exams

Tools and scripts to help you manage your time and pass your online exams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

online-exams

Tools and scripts to help you manage your time and pass your online exams

This repository contains a few scripts that will help you manage time during your online exams.

clock.py

takes an integer k as cli argument and announces the current time (time.time()) every k minutes

timer.py

takes integers d and k as cli arguments and announces the time passed and time remaining for the next d minutes every k minutes

setup

python3 -m venv venv

source venv/bin/activate

pip install requirements.txt

About

Tools and scripts to help you manage your time and pass your online exams


Languages

Language:Python 100.0%