Coder Social home page Coder Social logo

onelastbyt3 / simplepomodoroapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7 KB

A simple pomodoro app to fit your desktop and focused study needs.

Python 100.00%
pomodoro pomodoro-timer productivity python-kivy study-aid time-management timer-app

simplepomodoroapp's Introduction

Simple Pomodoro App

This is a Python/Kivy-based application designed to enhance studying/programming using the pomodoro technique. It eliminates the need for using your phone, annoying ad-driven web or mobile apps, manual time adjustments, and constraints on resizing the app to suit personal preferences while using it on your desktop.

The app follows the standard Pomodoro technique, offering predefined time intervals:

Pomodoro: 25 minutes
Short Break: 5 minutes
Long Break: 35 minutes

This is just my personal time preference for studying. If you wish to change the time to your liking, you may do so by changing the integer values in source code under:

pomodoro_time = 25 * 60 
short_break_time = 5 * 60 
long_break_time = 35 * 60 

Installation

  1. Clone this repository to your local machine using the following command:
git clone https://github.com/onelastbyt3/simplepomodoroapp.git
  1. Ensure you have Python installed (version 3.10 or later).

  2. Install the required dependencies by running the following command:

pip install -r requirements.txt
  1. Run the app using the following command:
python simplepomodoroapp.py

How to Use

Once the app is launched, there is a "Simple Pomodoro App" label along with three buttons: Pomodoro, Short Break, and Long Break.

Click the "Pomodoro" button to start a 25-minute study session, the "Short Break" button to initiate a 5-minute break, or the "Long Break" button to begin a 35-minute break.

During each phase, a countdown timer will be displayed at the top-most box indicating the time remaining.

The app will send notifications when each study or break block is completed.

Additionally, you may resize the app to whatever size you want and have it anywhere on your screen.

License

This project is licensed under the MIT License.

Contributions

Contributions to this project are welcome, as this was a simple project with many features/design elements still lacking such as pause functionality, time adjustment UI, and so forth. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request. Happy pomodoro-ing!

simplepomodoroapp's People

Contributors

onelastbyt3 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.