Download Audio From Youtube Video or Video with Audio,Play Songs,Create Qrcode,Copy Text,Translate a Sentence to Other Language and more..
Project description
Pydule-TM
Functionality of Pydule
- Download Mp3 or Mp4 From Youtube
- Encode and Decode a String
- Record Screen,Internal Audio and Microphone
- Seperate String
- Swap Dictionary's Key to Values and Values to Key
- Insert Elements in Tuple & String
- Generate Qrcode
- Copy Text
- Text Translation
- Edit JSON Files
- Replace Letters in String
- Replace Elements in List and Tuple
- Check Weather of any City
- Open any File
- Play Songs
- Get Hex of a any Color
- Convert Text to Speech
- Restart or Shutdown Your System
- Search on Browser
Usage
- Make sure you have Python installed in your system.
- Run Following command in the CMD.
pip install Pydule
Example
# test.py
import Pydule as py
# to Search
py.search('Youtube')
# to Swap Dictionary
d={1:2,2:3,3:4}
print(py.swapdict(d))
# to Encode String
string,Key=py.codestr('Hello World')
# to Decode String
print(py.dcodestr(string,swapdict(key)))
# to Create Qrcode
text,filename='Hello World','Hello.png'
py.cqrcode(text,filename)
# to Get all Available Functions
py.functions()
# to Open Calculator
py.openapp('calculator')
# to Copy Text
py.copytext('Hello World')
# to Download Youtube Audio
py.ytmp3('YOUR LINK HERE')
# to Download Youtube Video with Audio
py.ytmp4('YOUR LINK HERE')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Pydule-3.2.9.tar.gz
(6.7 kB
view details)
Built Distribution
File details
Details for the file Pydule-3.2.9.tar.gz
.
File metadata
- Download URL: Pydule-3.2.9.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edb4683ca3eb0faa6fee5e8830cf290651da5100f0e2fc5231575dd438822cec |
|
MD5 | 7f42c28a33c6756d7ad3fc79b1d62f28 |
|
BLAKE2b-256 | 79d5ae3d83348eb4f6dd495bd708c3e2b86c8ef6997915f2ed19011720db969a |
File details
Details for the file Pydule-3.2.9-py3-none-any.whl
.
File metadata
- Download URL: Pydule-3.2.9-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd176004bae95277d2a71df0234462b9d69f12936b957f30af41cb78987b3549 |
|
MD5 | 95c431644dd16f1e9ae20508b803763d |
|
BLAKE2b-256 | bb8647c8ea452dce4d15912987f7aa9da380b2e44174605ee3f0da4dafbc59b3 |