Access ChatGPT, Remove Background, AI Generated Image, Track Location, Play Songs, Create Qrcode, Copy Text, Translate a Sentence to Other Language and more..
Project description
Pydule-TM
Functionality of the Module
- Get Battery Percentage
- Access ChatGPT
- Get Any Website HTML
- Encrypt and Decrypt a String
- Record Screen,Internal Audio and Microphone
- Seperate String
- Insert Elements in Tuple & String
- Check Internet Download and Upload Speed
- Generate Qrcode
- Print Emoji
- Copy Text
- Language Translation
- Edit JSON Files
- Replace Letters in String
- Check Weather of any City
- Open any File
- Play Songs
- Get Hex of any Color
- Convert Text to Speech
- Convert Speech to Text
- Restart and Shutdown Your System
- Search on Browser
- +50 more Functions
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 Find the Remaining Battery Percentage
battery=py.aboutbattery('percentage')
print(battery)
# to Search
py.search('Youtube')
# to Get Any Website HTML
html=py.GetWebHTML('URL')
print(html)
# to Create Qrcode
text,filename='Hello World','Hello.png'
py.cqrcode(text,filename)
# to get the Location of the Selected File
path=py.askfile()
print(path)
# to Get all Available Functions
py.functions()
# to Open Calculator
py.openapp('calculator')
# to Copy Text
py.copytext('Hello World')
# to play mp3
py.playmusic('PATH')
# to Access ChatGPT
from Pydule import AI
print(AI.ChatGPT('Hi There','Your API Key'))
# to Track the Location
print(py.TrackLocation('Your Phone Number')) #Example +911234567890
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.4.1.tar.gz
(31.3 kB
view details)
Built Distribution
Pydule-3.4.1-py3-none-any.whl
(31.3 kB
view details)
File details
Details for the file Pydule-3.4.1.tar.gz
.
File metadata
- Download URL: Pydule-3.4.1.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82f23652c2b690eebe2d2f952fa0aa30a4176d8a2e705be64bee80bafdd0ed13 |
|
MD5 | 069001c9156f1ba671bba772642fa804 |
|
BLAKE2b-256 | 53843a49af3531fd4aa5d9b0abdc77eb29b856793384bf1e15947db6e1deabf9 |
File details
Details for the file Pydule-3.4.1-py3-none-any.whl
.
File metadata
- Download URL: Pydule-3.4.1-py3-none-any.whl
- Upload date:
- Size: 31.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f273a742d86bb52b6ec6e26b04a4645b44b0b5d42fc07c21cefa1d87cdca67f |
|
MD5 | eddb28cac7204df6ccf3950f1d1b289e |
|
BLAKE2b-256 | 999202252ba37e0aea4d0fc73898a19da5c0dadb630448887ff7aa30421f572e |