https://github.com/binyamin/py-capslock-trayicon
Shows the status of caps-lock in the taskbar (windows-only)
https://github.com/binyamin/py-capslock-trayicon
capslock python python3 win32 windows
Last synced: about 2 months ago
JSON representation
Shows the status of caps-lock in the taskbar (windows-only)
- Host: GitHub
- URL: https://github.com/binyamin/py-capslock-trayicon
- Owner: binyamin
- License: mit
- Created: 2021-02-10T00:35:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T11:14:15.000Z (5 months ago)
- Last Synced: 2025-04-30T14:27:42.272Z (about 2 months ago)
- Topics: capslock, python, python3, win32, windows
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-capslock-trayicon
Shows the status of caps-lock in the taskbar (windows-only)## Development
```sh
virtualenv env
source env/Scripts/activate
pip install -r requirements.txt
python App.py
```## Building
```sh
pip install pyinstaller
pyinstaller App.spec
```## Contributing
This is mainly a personal project, so I don't expect any contributions. That said, I'm open to all suggestions and/or contributions.## Legal
[MIT](https://github.com/binyamin/py-capslock-trayicon/blob/main/LICENSE) licensed, © 2021 [Binyamin Green](https://binyam.in)Icons are from [microsoft/fluentui-system-icons](https://github.com/microsoft/fluentui-system-icons).