Metadata-Version: 2.1
Name: playfromtext
Version: 0.1
Summary: A Python for playing audio from text and saving it to a file
Home-page: http://github.com/tushark39
Author: Priyanshu Patel
Author-email: priyanshupatel.hawk@gmail.com
License: MIT
Keywords: python,playfromtext,play,audio,text,tts,google,text-to-speech,speech,audio,play,playfromtext
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: gtts (==2.2.2)
Requires-Dist: playsound (==1.2.2)

# playfromtext

## Introduction
`playfromtext` is a Python module designed to simplify the process of playing audio files from text on any operating systems.

## Installation

To install `playfromtext`, simply run the following command:


On Linux/MacOS:
```
pip3 install playfromtext
```

On Windows:
```
pip install playfromtext
```

## Usage
Use `playfromtext` to play audio files from text by typing the following command:
    

    playfromtext <text>


## Feedback
Fell Free to poke around and suggest any changes.
Contact me at
`priyanshupatel.hawk@gmail.com`

## License
More on license information can be found in the `LICENSE` file.


