Metadata-Version: 2.1
Name: whisper-dictation
Version: 0.1.0
Summary: 
Author: Lumen Young
Author-email: lumen.young@lumeny.io
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: pyaudio (>=0.2.13,<0.3.0)
Description-Content-Type: text/markdown

## Whisper-dictation

This is an app using openai's whisper to dictate on KDE.

## TODO

- [ ] stream the recording to dictate on real time
- [x] add system integration for a shortcut to start/stop dictation
- [ ] output the dictation to where the cursor is (planned as fcitx addon).
- [ ] optional(A system tray)


## Requirements

1. `wl-clipboard`
2. `kdialog`

