Metadata-Version: 2.1
Name: YWP
Version: 0.5.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

# YWP Package

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(pro_path, mp3_audio_file)
from YWP import stop_recording()
from YWP import create_file(name) :
    name : the name of the file
    body : show in cmd with input
from YWP import open_file(filepath)
from YWP import open_website(url)
from YWP import shutdown()
from YWP import record_audio(filename='recorder.wav')
from YWP import transcribe_audio(filename='recorder.wav')
from YWP import text_to_speech(text, filename="tts.mp3", language='en')
from YWP import play_sound(filename='tts.mp3')
from YWP import restart()
from YWP import log_off()
from YWP import hibernate()
from YWP import play_audio_online(pro_path, mp3_file_link) :
    pro_path : any program can run online audio like AIMP
from YWP import token_information(data, type='binance') :
    Supported Types Now:
        1- binance
        2- etherum
        3- geckoterminal
    data required:
        1- binance (token)
        2- etherum (token)
        3- geckoterminal (pool)

### 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:

...
