https://github.com/gery-av/simpel-keystroke-keyboard
Keystrokes on python, when u press "w,a,s,d" it will show the key that you press on keyboard
https://github.com/gery-av/simpel-keystroke-keyboard
python
Last synced: about 1 year ago
JSON representation
Keystrokes on python, when u press "w,a,s,d" it will show the key that you press on keyboard
- Host: GitHub
- URL: https://github.com/gery-av/simpel-keystroke-keyboard
- Owner: gery-av
- License: mit
- Created: 2024-07-31T15:08:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T15:13:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T09:35:18.078Z (about 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 647 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simpel-Keystroke-Keyboard
Keystrokes on python, when u press "w,a,s,d" it will show the key that you press on keyboard
---
> HOW TO USE :
```
1. pip install keyboard and pip install tkinter
2. run the file `py main.py`
```
> Example

# DON'T FORGET TO STAR THIS REPOS :)