Metadata-Version: 2.4
Name: dectalkTTS
Version: 1.0.0
Summary: A package that lets you parse any ASCII string into dectalk TTS through a single function
Author-email: Xiang Xing <qu1ck5h0t@hotmail.com>
License-Expression: Unlicense
Project-URL: Homepage, https://github.com/Qu1ck5h0t/dectalkTTS
Project-URL: Issues, https://github.com/Qu1ck5h0t/dectalkTTS/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# What is this?

This package allows you to synchronously play a dectalk TTS sound from any ASCII string, in python. You do so by simply calling dectalk(). It's pretty lightweight, despite coming with everything you need out of the box, requring no user configuration AND cross platform support between Windows and Linux.

# What is this for?

Anything, really. I'm not liable for anything you do with it under the license, nor do I condone doing anything you shouldn't do with it. With that said, go wild.

# It has a binary in it???? How do I know if it's safe???

Correction: It has 2. One for Windows, one for Linux. How considerate of me. The binaries, as well as all of the library files is open source [here](https://github.com/dectalk/dectalk/graphs/contributors). I patched the a library file myself to remove unwanted prints, but the [Github repo](https://github.com/Qu1ck5h0t/dectalkTTS) includes the patch script and methodology to verify the patch in staysafe.txt (you can compare the repo file's hash against that of the PyPI package if you distrust me THAT much). Don't trust any provider of this package outside of its official [Github](https://github.com/Qu1ck5h0t/dectalkTTS) and PyPi.
