Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 992 Bytes

readme.md

File metadata and controls

40 lines (24 loc) · 992 Bytes

focus please

are you easily distracted? do you often forget what you're doing and start randomly browsing cat pictures?

focus please allows you to set your browser's start/new tab page to show a message telling you what task you're currently (supposed to be) working on.

example

a little video for you

focusplease

how to use

currently you need to know a little python to use it.

i'll get to packaging this as a proper downloadable application as soon as i feel like procrastinating actual work again.

requirements

  • pysimplegui

installation

  1. download this repo
  2. i recommend using conda/mamba to create a virtual environment:
mamba create -n focusplease
conda activate focusplease
mamba install -c conda-forge pysimplegui
  1. run it:
python focus.py
  1. set your browser's startpage and/or new tab page to `http://localhost:1337'