Tool Information Gathering Write With Python

Tool Information Gathering Write With Python. ████████╗██╗███╗ ███╗███████╗██████╗ ╚══██╔══╝██║████╗ ████║██╔════╝██╔══██╗ ██║ ██║██╔████╔██║█████╗ ██████╔╝ ██║ ██║██║╚██╔╝██║██╔══╝ ██╔══██╗ ██║ ██║██║ ╚═╝ ██║███████╗██║ ██║ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ————————————– [#] Choose one of the options below [1] Cooking the timer [0] Exit… ┌─[>> TIMER ~ HOME

Read more

A Toastmasters-inspired speech timer for online scrum meetings

Qolor Tyme This is a Toastmasters-inspired speech timer for use during online daily scrum meeting updates. It is based on PyQt, which is Python API for Qt (pronounced “cute”) cross-platform GUI framework, hence the name Qolor Tyme. I honestly don’t know why they called it PyQt instead of QtPy, which would have made it “cutie-pie” ¯_(ツ)_/¯ Installation Use pip: pip install qolor-tyme Running Run it as the package. It accepts an optional timeout interval (default is 90 seconds per Agile […]

Read more

Pomodoro timer that acknowledges the inexorable, infinite passage of time

Pomodouroboros Most pomodoro trackers assume you’re going to start them. But time and tide wait for no one – the great pomodoro of the cosmos is cold and dark, and it goes on forever. For people with ADHD or other executive function disorders, time blindness is common; the inability to notice that time is passing or initiate tasks at an appropriate time. It’s easy to let half the day slip by before starting your first pomodoro. Pomodouroboros’s goal is to: […]

Read more

A basic educational Python timer used to learn python and software testing libraries

minutaria minutaria is a basic educational Python timer. The project is educational, it aims to teach myself programming, python programming, python’s stdlib, tools (pdb, venv, mypy…) and ecosystem, development best pratices, git and some software testing libraries or frameworks. The project is separed in 3 parts: a module as a library a CLI utility a simple ncurses GUI using parts of the module, also usable with CLI a GTK GUI using the full module and so also usable with CLI […]

Read more