Another fun app That blocks the websites during your working hours.choose the working hours as per your convenience.And add or remove the website in the website list.

read the comments inside the program, run the program with python idle or in terminal and you are good to go... *** Note *** To run this app you must have python3 intalled.

**** for windows user please read the comments inside the program and change the hosts path to- C:\Windows\System32\drivers\etc\hosts

OPTIONAL *** to keep running this app automatically as your system starts, follow the below commands*** for mac users 1-open the terminal 2-sudo nano crontab write the following code there_ @reboot python3 (followed by the path of the app.py file)

save it with (control+x,control+y,enter)