A pomodoro timer that grows procedurally generated trees and flowers while you're studying.
Project description
A pomodoro timer that grows procedurally generated trees and flowers while you're studying.
Running Florodoro
First, install the app by running
pip install florodoro
To launch the application, simply run the florodoro
command from a terminal of your choice.
If you'd like to use the latest (unstable) version, install from TestPyPI using
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple florodoro
Controls
Top bar
- Presets – contains common pomodoro timings for study/break/cycle
- Options
- Notify – notification options (sound/pop-ups)
- Plants – plant settings (which ones to grow)
- Overstudy – enables breaks and studies longer than set
- Statistics – shows statistics + an interactive plant gallery
- About – a small TLDR about the project
Bottom bar
- Study for ... – how long to study for
- Break for ... – how long to break after study
- Cycles: ... – how many times to repeat study-break (0 means infinite)
- Icon: Book – start the study session
- Icon: Coffee – start a break
- Icon: Pause/continue – pause/continue an ongoing study/break
- Icon: Reset – reset everything
Local development
Setup
- create virtual environment:
python3 -m venv venv
- activate it
. venv/bin/activate
(assuming you use Bash) - install the package locally:
python3 -m pip install -e .
- the
-e
flag ensures local changes are used when running the package
- the
- develop
- run
florodoro
(make sure thatvenv
is active)
Note: this might not work when the path to the cloned reposity contains whitespace. I didn't look into the reason why (likely a bug in venv
), just something to try if something fails.
Publishing
All tagged commits in the x.y.z
format are automatically published on PyPi using GitGub Actions.
If the commit is on the testing
branch, the test PyPi instance is used.
The project follows Semver for version numbers and is currently under MAJOR version 0
(under rapid prototyping).
For as long as this is the case, the master branch will only contain MINOR versions, while the testing branch will contain PATCH versions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file florodoro-0.8.tar.gz
.
File metadata
- Download URL: florodoro-0.8.tar.gz
- Upload date:
- Size: 503.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d97fbbe5e88a2ef250f60096c094df305a9a69109b205f682e7318bb87ed024 |
|
MD5 | 35a9686868a891b84657365e2120ef4d |
|
BLAKE2b-256 | 99ef9c796375b4c303d8e47f8013efacaee30e0d31d94f0364108d9c52735e6a |
File details
Details for the file florodoro-0.8-py3-none-any.whl
.
File metadata
- Download URL: florodoro-0.8-py3-none-any.whl
- Upload date:
- Size: 516.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 623e27679046887f581dab92c8244ef506e725b13b96cdb343888ab6d29b8b36 |
|
MD5 | 596338efcb1476c007029ef7454880e6 |
|
BLAKE2b-256 | ddc7405b4aea55a90259215ffd3ea3d89020835b859c180b2e6ebe0355fee79e |