Metadata-Version: 2.1
Name: YWP
Version: 0.1.0
Summary: A big Package has a lot of things
Home-page: https://github.com/YourWantedProducts/YWP_Python
Author: Your Wanted Products
Author-email: pbstzidr@ywp.freewebhostmost.com
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: SpeechRecognition
Requires-Dist: gtts
Requires-Dist: pygame
Requires-Dist: sounddevice
Requires-Dist: pyaudio

# MyPackage

A big Package has a lot of things From Your Wanted Products (YWP)

## Installation

You can install this package using pip:

pip install YWP

## Usage

```python
from YWP import play_audio
from ywp import stop_recording
from ywp import delete_all_files
from ywp import create_file
from ywp import open_file
from ywp import open_website
from ywp import shutdown
from ywp import record_audio
from ywp import transcribe_audio
from ywp import text_to_speech
from ywp import play_sound


### `LICENSE`

Choose a license, for YWP, the MIT license:
```text
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

...
