Metadata-Version: 2.4
Name: pyvoicekit
Version: 0.1.0
Summary: Simple Python package for text-to-speech and speech-to-text
Home-page: https://github.com/firoziyash/pyvoicekit
Author: Yash Kumar Firoziya
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyttsx3
Requires-Dist: SpeechRecognition
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pyvoicekit

**A simple Python utility package for Text-to-Speech and Speech-to-Text.**

## ðŸ“¦ Installation
```bash
pip install pyvoicekit
