https://github.com/thevickypedia/pywslocker
Python module to lock workstation on Linux, Windows and macOS
https://github.com/thevickypedia/pywslocker
lightweight lockscreen terminal-based workstation-management
Last synced: 3 months ago
JSON representation
Python module to lock workstation on Linux, Windows and macOS
- Host: GitHub
- URL: https://github.com/thevickypedia/pywslocker
- Owner: thevickypedia
- License: mit
- Created: 2023-02-21T22:39:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T20:40:15.000Z (almost 2 years ago)
- Last Synced: 2025-06-18T08:51:44.615Z (4 months ago)
- Topics: lightweight, lockscreen, terminal-based, workstation-management
- Language: Python
- Homepage: https://pypi.org/project/pywslocker/
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/thevickypedia/pywslocker/actions/workflows/python-publish.yml)# PyWSLocker
Python module to lock workstation on Linux, Windows and macOS### Installation
```shell
python -m pip install pywslocker
```### Usage
```python
import pywslockerpywslocker.lock()
```## [Release Notes](https://github.com/thevickypedia/pywslocker/blob/main/release_notes.rst)
**Requirement**
```shell
python -m pip install gitverse
```**Usage**
```shell
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
```## Pypi Package
[](https://packaging.python.org/tutorials/packaging-projects/)[https://pypi.org/project/pywslocker/](https://pypi.org/project/pywslocker/)
## License & copyright
© Vignesh Rao
Licensed under the [MIT License](https://github.com/thevickypedia/pywslocker/blob/main/LICENSE)