Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diamondgotcat/keyinput

Keyboard Input Viewer for macOS!
https://github.com/diamondgotcat/keyinput

Last synced: about 1 month ago
JSON representation

Keyboard Input Viewer for macOS!

Awesome Lists containing this project

README

        

![Screenshot 2024-11-04 at 9 09 38 PM](https://github.com/user-attachments/assets/84fb2587-c65c-455c-afd4-326e14f0a8c5)

# KeyInput
Keyboard Input Viewer for macOS!

## Note
The app will automatically close once and then launch again.

## How to Download
Please Download in Release Page

## How to Build

### Install PyInstaller
```bash
pip3 install pyinstaller
```

### Build using PyInstaller
```bash
pyinstaller --onefile --windowed --icon=app_icon.icns main.py
```