https://github.com/jeanextreme002/remote-locker
:closed_lock_with_key: Lock your computer remotely with this application.
https://github.com/jeanextreme002/remote-locker
express locker python python3 remote
Last synced: 2 months ago
JSON representation
:closed_lock_with_key: Lock your computer remotely with this application.
- Host: GitHub
- URL: https://github.com/jeanextreme002/remote-locker
- Owner: JeanExtreme002
- License: mit
- Created: 2020-02-19T20:00:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T23:11:45.000Z (about 6 years ago)
- Last Synced: 2025-09-16T18:22:20.904Z (10 months ago)
- Topics: express, locker, python, python3, remote
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote Locker
A remote locker created with Python for Windows to lock your computer when you are away from it.
# Getting Started:
Start the server at `server/server.js` ( it is already ready to run on [Heroku](https://heroku.com) ) and configure the `config.json` file.
After that, just run `locker.py` to start listening to the server and check if the computer lock has been requested.
# Generating an executable:
To create a executable, use [PyInstaller](https://pypi.org/project/PyInstaller/) by executing the following commands:
```
pip install PyInstaller
pyInstaller --icon=icon.ico --noconsole --hidden-import=pkg_resources --hidden-import=infi.systray locker.py -F
```