Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/diamondgotcat/keyinput
- Owner: DiamondGotCat
- License: mit
- Created: 2024-11-04T12:01:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:10:20.000Z (3 months ago)
- Last Synced: 2024-11-04T13:18:35.846Z (3 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```