CapsNumLockIndicator Code
A tiny software to indicate Caps lock and num Lock on off status
Brought to you by:
immohanravi
File | Date | Author | Commit |
---|---|---|---|
.idea | 2016-10-11 |
![]() |
[41bec4] Changed about page |
.gitignore | 2016-10-10 |
![]() |
[1a37f3] Initial commit |
LICENSE | 2016-10-11 |
![]() |
[4f0020] license file added |
LockStatus.py | 2016-10-10 |
![]() |
[2cf191] Add files via upload |
README.md | 2016-10-11 |
![]() |
[61c66c] modified readme |
main.py | 2016-10-11 |
![]() |
[57cd02] removed About page |
# CapsNumLockIndicator
A tiny software to indicate Caps lock and num Lock on off status.
Python 3.5
PyQt5
Xlib
Xlib Module used to determine initial state of Caps and Num lock status.
# Note: I have to mention one thing that am very very new to PyQt and Python itself. I have started learning python merely 10 days before so this code is not efficient one, can be modified to very few lines. Am sharing this project because it may help some of the begginers like me to learn about python.