Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 618 Bytes

capMess

It'S In tHe NaME

A simple python program that makes the caps lock key randomly switch.

TESTED ON:

  • Windows
  • Linux Arch

Getting the program to start automaticaly Windows:
Follow this tutorial with the latest released EXE: Tutorial
To make the EXE from code: Tutorial

Dependencies Windows

  • win32api
  • win32con
  • pynput

Dependencies Linux

  • pynput
  • evdev