Skip to content

ejmg/tomaty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

90 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

tomaty

"you say tomato, I say stop wasting my time with lame python portmanteaus"

image

tomaty is a pomodoro app featuring basic stats tracking and notifications with many more features on the way.

why

the primary motivation for yet another pomodoro app was that none of the others I could find were:
  1. native
  2. not an electron app
  3. simple but feature robust (flexible for user preferences)

goals

while tomaty's current release is limited in features, i'm already working hard on another major release.

the following features should be available in the coming 2.0.0 release:
  1. To-Do list
  2. basic settings page for user configuration
  3. setting: continuous mode
  4. setting: pausing (rather than resetting)
  5. setting: dark theme
  6. ... and more!

If you would like to see how things are going, checkout the project page for tomaty v2.

contributing

... please do!

there are plenty of open issues i've created for enhancing tomaty. just let me know if you are working on one so i can prioritize my time elsewhere on the project.

installing

dependencies

this is a python3 project. please use python3.

tomaty is built with Gtk using python's pyGObject bindings, gi.

the docs there have instructions for essentially all major operating systems , please use them!

pypi

  1. (preferably) create a virtual environment
  2. using pip: pip install tomaty

if you get errors about user privileges, particularly on linux or mac, try pip install --user tomaty. avoid using sudo whenever possible in terms of install pip packages.

To update, simply pip install --upgrade tomaty. Be sure to do this often, I am constantly adding enhancements and patching bugs ๐Ÿ›.

locally

  1. install the version you want from github
  2. enter the directory of your local clone
  3. using pip: pip install -e .

Assuming you are tracking master, a simple git pull origin master will do for updates.

problems

if you have problems installing and or getting a development setup going, please let me know in the issues and i can try to help. for mac users, checkout gabby's comments to see if they help you.

forks

some friend(s) of mine have already started porting this project to other languages. you should check them out!

About

tomaty is a gtk+3 based application for the pomodoro technique ๐Ÿ…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages