https://github.com/gregros/spotikeys
https://github.com/gregros/spotikeys
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregros/spotikeys
- Owner: GregRos
- Created: 2024-05-04T22:05:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T21:03:13.000Z (7 months ago)
- Last Synced: 2025-02-16T19:17:44.349Z (4 months ago)
- Language: Python
- Size: 856 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spotikeys
This is an accidental framework. Sort of. Partially. The idea is to do AHK but in python. Some stuff tries to do this, but not very well.It has a UI system based on react, but overlayed on top of Tkinter, which is a cross-platform framework for native UI components.
It only supports windows right now due to a small number of things that had to be done via Win32 API calls.