An open API service indexing awesome lists of open source software.

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)

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).