https://github.com/azarattum/typeroo
Hotkey to text sequence mapper with modern GUI.
https://github.com/azarattum/typeroo
Last synced: about 1 year ago
JSON representation
Hotkey to text sequence mapper with modern GUI.
- Host: GitHub
- URL: https://github.com/azarattum/typeroo
- Owner: Azarattum
- Created: 2021-09-15T05:33:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T05:39:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T23:30:30.840Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typeroo
Hotkey to text sequence mapper with modern GUI.

### Usage:
1. Install dependencies:
```sh
python -m pip install -r ./requirements.txt
```
2. Run the app:
```sh
python ./app.py
```