deadvey
|
31e7eab069
|
removed duplicating words when using .split(' '), which produces empty None strings, used filter(None, ...) to remove these empty strings
|
2026-04-02 01:18:25 +01:00 |
|
deadvey
|
aff8a8dd43
|
added a dedicated sleep function
|
2026-04-01 18:27:39 +01:00 |
|
deadvey
|
a912836c07
|
Added the help command
|
2026-03-30 15:21:29 +01:00 |
|
deadvey
|
302d7ea2e4
|
readme formatting
|
2026-03-30 15:15:16 +01:00 |
|
deadvey
|
9923bda2a1
|
updated the top argument list in readme
|
2026-03-30 15:14:31 +01:00 |
|
deadvey
|
c59e00cf78
|
Added support for different voices, renamed language and quote files with their 2 letter abreviations.
New arguments: -v, -c
|
2026-03-30 15:11:54 +01:00 |
|
deadvey
|
21345481b4
|
Fixed how quote IDs are read as argument and change the flag for listing quotes.
Added some more english & spanish quotes
|
2026-03-30 14:32:43 +01:00 |
|
deadvey
|
fea01154f3
|
Updated the comments and how rate is done
|
2026-03-30 01:11:08 +01:00 |
|
deadvey
|
2859b3fbd5
|
updated reamde and language files and args
|
2026-03-30 00:34:54 +01:00 |
|
deadvey
|
17e77c6372
|
Removed the old get_dictation file and updated the text outputing of the dictations
|
2026-03-29 20:54:25 +01:00 |
|
deadvey
|
6ed1c6493e
|
Added file mode support
|
2026-03-29 20:23:59 +01:00 |
|
deadvey
|
7f49d241d8
|
fixed readme formatting and added two excepts for the mode modifier
|
2026-03-29 20:15:20 +01:00 |
|
deadvey
|
0b0baf21b2
|
ignore some files
|
2026-03-29 19:55:29 +01:00 |
|
deadvey
|
ce6da0d106
|
initial commit
|
2026-03-29 19:53:07 +01:00 |
|