raspiduino / comadd

This Python script prevents you from distractions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This Python script prevents you from distractions.

License:GNU General Public License v3.0


Languages

Language:Python 94.0%Language:JavaScript 6.0%