Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 712 Bytes

File metadata and controls

20 lines (13 loc) · 712 Bytes

DeskFocus

An application to help students focus during study sessions while studying remotely.

This application is tested to work with macOS.

The Website Blocker feature for Windows version requires a minor change in the host path for it to work.

After downloading the application, run

sudo python main.py

Next, enter the same password you use to log into your computer. (This step is nessassary as the app needs to gain permission from the computer to block websites.)

DeskFocus is written in Python. PyQt5 was used to create the GUI. The Dictionary feature uses the PyDictionary module.

Website blocker code was adapted from Sajag Chauhan: https://github.com/sajag1999/Website-Blocker-Project