diff --git a/README.md b/README.md index df9306e..2fff564 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,30 @@ # 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 ```bash git clone https://github.com/raspiduino/comadd.git cd comadd -pip install pywin32 +pip install pywin32 matplotlib numpy==1.19.3 +sudo apt-get install -y xdotool # If you are on Linux comadd.py ``` -Or you can goto Release -
Don't use the extension yet! -## Todo -- Add time tracker -- Fix extension +
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 \ No newline at end of file +Under GPL-v3