All Projects → coolcode → Tomato Clock

coolcode / Tomato Clock

Licence: mit
Pomodoro 番茄工作法 https://en.wikipedia.org/wiki/Pomodoro_Technique

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tomato Clock

Sc Im
sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Stars: ✭ 3,081 (+2116.55%)
Mutual labels:  terminal-app, terminal
Ticker
Terminal stock ticker with live updates and position tracking
Stars: ✭ 3,986 (+2767.63%)
Mutual labels:  terminal-app, terminal
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (+75.54%)
Mutual labels:  terminal-app, terminal
Tui Go
A UI library for terminal applications.
Stars: ✭ 2,015 (+1349.64%)
Mutual labels:  terminal-app, terminal
Gomu
golang TUI music player
Stars: ✭ 27 (-80.58%)
Mutual labels:  terminal-app, terminal
Mitype
Typing speed test in terminal
Stars: ✭ 241 (+73.38%)
Mutual labels:  terminal-app, terminal
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (+117.27%)
Mutual labels:  terminal-app, terminal
Nord Terminal App
An arctic, north-bluish clean and elegant Terminal.app color theme.
Stars: ✭ 198 (+42.45%)
Mutual labels:  terminal-app, terminal
Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-87.77%)
Mutual labels:  terminal-app, terminal
Neoterm
👍 A modern-designed Android terminal emulator for the 21st century.
Stars: ✭ 453 (+225.9%)
Mutual labels:  terminal-app, terminal
Pydoro
🍅 pydoro - Terminal Pomodoro Timer
Stars: ✭ 277 (+99.28%)
Mutual labels:  terminal-app, pomodoro
Linuxspells
✨ Potter-ify your Linux experience! ::
Stars: ✭ 77 (-44.6%)
Mutual labels:  terminal-app, terminal
Terminology
The best terminal emulator based on the Enlightenment Foundation Libraries
Stars: ✭ 440 (+216.55%)
Mutual labels:  terminal-app, terminal
Rubiks cube
rubik's cube that runs in your terminal!
Stars: ✭ 73 (-47.48%)
Mutual labels:  terminal-app, terminal
Lazyhub
lazyhub - Terminal UI Client for GitHub using gocui.
Stars: ✭ 133 (-4.32%)
Mutual labels:  terminal-app, terminal
Tunnel
Use Ngrok In Termux With Advanced Options
Stars: ✭ 133 (-4.32%)
Mutual labels:  terminal
Graphql Cli
📟 Command line tool for common GraphQL development workflows
Stars: ✭ 1,814 (+1205.04%)
Mutual labels:  terminal
Rust Battop
Interactive batteries viewer
Stars: ✭ 133 (-4.32%)
Mutual labels:  terminal
Elixir Oh My Zsh
Oh My Zsh plugin for Elixir, IEX, Mix and Phoenix
Stars: ✭ 131 (-5.76%)
Mutual labels:  terminal
Linux Dotfiles
I configure lots of things, sorting them out here
Stars: ✭ 137 (-1.44%)
Mutual labels:  terminal

🍅 Tomato Clock

Python package CI tomato-clock PyPI version tomato-clock

Tomato Clock is a simple command line pomodoro app.

Pomodoro 番茄工作法 https://en.wikipedia.org/wiki/Pomodoro_Technique

Installation

Install python from https://www.python.org/

  • Install via pip:
$ pip install tomato-clock
  • Install via source code:
$ git clone https://github.com/coolcode/tomato-clock.git
$ cd tomato-clock
$ chmod +x tomato.py 

How to use

  • if you install via pip

$ tomato         # start a 25 minutes tomato clock + 5 minutes break
$ tomato -t      # start a 25 minutes tomato clock
$ tomato -t <n>  # start a <n> minutes tomato clock
$ tomato -b      # take a 5 minutes break
$ tomato -b <n>  # take a <n> minutes break
$ tomato -h      # help
  • if you install via source code
$ ./tomato.py         # start a 25 minutes tomato clock + 5 minutes break
$ ./tomato.py -t      # start a 25 minutes tomato clock
$ ./tomato.py -t <n>  # start a <n> minutes tomato clock
$ ./tomato.py -b      # take a 5 minutes break
$ ./tomato.py -b <n>  # take a <n> minutes break
$ ./tomato.py -h      # help

Terminal Output

🍅 tomato 25 minutes. Ctrl+C to exit
 🍅🍅---------------------------------------------- [8%] 23:4 ⏰ 

Desktop Notification

  • MacOS
$ brew install terminal-notifier 

terminal-notifier actually is a cross-platform desktop notifier, please refer to ➜ terminal-notifier

terminal-notifier
  • Ubuntu

notify-send

ubuntu-notification

Voice Notification

We use say(text-to-speech) for voice notification

  • MacOS

MacOS already has say. see here or more detail

  • Ubuntu

see this link: say

sudo apt-get install gnustep-gui-runtime

Package & Publish

pip install setuptools wheel twine
rm -rf dist && python setup.py sdist bdist_wheel
twine upload dist/*
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].