Florodoro
A pomodoro timer that grows procedurally generated trees and flowers while you're studying.
Install / Use
/learn @xiaoxiae/FlorodoroREADME
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
-eflag ensures local changes are used when running the package
- the
- develop
- run
florodoro(make sure thatvenvis 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.
Related Skills
claude-opus-4-5-migration
107.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
346.4kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
TrendRadar
50.7k⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
mcp-for-beginners
15.8kThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.
