Skip to content

Paulmue0/pelidoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple pomodoro-timer that lives in your menubar.

Pelidoro is a lightweight timer with a minimal, intuitive user interface.

Screenshot of Pelidoro in action.

You can start, stop or reset Pelidoro right from your menubar.

Screenshot of Pelidoro in action.

If you find yourself constantly watching the time, Pelidoro also lets you discretely track time in the background.

Screenshot of Pelidoro in action.

What is the pomodoro technique?

The pomodoro technique is a time management method based on 25-minute stretches of focused work broken by 5 minute breaks and 15 minute breaks following the completion of four work periods.

Features

  • Display timer in menu bar
  • Start and stop timer from menu bar
  • Option to hide time in menu bar
  • Notifies you to take breaks
  • Create custom intervals
  • Save user settings locally
  • providing crossplatform accessibility by rebuilding Pelidoro in tauri

Installation

Download prebuilt application

The simplest way to install pelidoro is to download the application prebuilt from the official website

Alternatively you can build the app by yourself:

Prerequisites

Rumps is used to create the interactive menubar-icon. py2app is used to create a standalone OS X application.

pip install rumps py2app

Create application

You can create a standalone OS X application with py2app:

python3 setup.py py2app

After this an application will be available under dist/