Skip to content

This Python script prevents you from distractions.

License

Notifications You must be signed in to change notification settings

raspiduino/comadd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComAdd

This script prevent you from distractions

How this work?

The scripts will kill the programs in blocklist if they exist, add websites in blocklist to hostfile and track the usuage time of them.
Between the session, there will be a small break for you.

Requirement

  • Python 3.7

Installation

git clone https://github.com/raspiduino/comadd.git
cd comadd
pip install pywin32 matplotlib numpy==1.19.3
sudo apt-get install -y xdotool # If you are on Linux
comadd.py


Note: You need to change the setting the first time you use this script.

Install the extension

  • Goto chrome://extensions/ and click Developer mode
  • Click on Load unpacked and choose the extension folder in the repo
  • Done!

Warnings

  • You need to run this script as Administrator/root
  • Some time the Windows Defender may warn this script as HostsFileHijack. This is wrong positive because this script need to edit the hostfile for blocking websites in block list. So allow the script to do that.
    Note: if you see another program flag at this, be careful that it maybe the true virus. So please backup your hostfile.

License

Under GPL-v3