Currently, the script runs as a task whenever the system is locked. The task is triggered by running the main.bat file. As an enhancement of the project, I would like to create a CLI which when run for the first time, would register a task in the Task scheduler automatically and link it to the main.py file.
Microsoft provides task creation via their API - Windows API
Drop in a message if you are willing to collaborate.
Currently, the script runs as a task whenever the system is locked. The task is triggered by running the
main.batfile. As an enhancement of the project, I would like to create a CLI which when run for the first time, would register a task in the Task scheduler automatically and link it to themain.pyfile.Microsoft provides task creation via their API - Windows API
Drop in a message if you are willing to collaborate.