Access ChatGPT,Track Location,Play Songs,Create Qrcode,Copy Text,Translate a Sentence to Other Language and more..
Project description
Pydule-TM
Functionality of Pydule
- Access ChatGPT
- Get Any Website HTML
- 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 any Color
- Convert Text to Speech
- Convert Speech to Text
- Restart or Shutdown Your System
- Search on Browser
- +40 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 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 Code the String
x,y=py.codestr('Hi') #This Converts Hi to @^&-+*^+^=##&*
# to Decode the String
print(py.dcodestr(x,py.swapdict(y)))
# to Get Any Website HTML
print(py.GetWebHTML('URL'))
# 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 play mp3
py.playmusic('PATH')
# to Access ChatGPT
print(py.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.3.3.tar.gz
(7.6 kB
view details)
Built Distribution
File details
Details for the file Pydule-3.3.3.tar.gz
.
File metadata
- Download URL: Pydule-3.3.3.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e888cab7e36a32c6a0e35fb3c5d4f35be2645d5d0c1f6bf1325eab3fe0b712ad |
|
MD5 | 3f0035a2f33f9910ed9efddc960c41a2 |
|
BLAKE2b-256 | f062557fde2470fb6b5a37b8a6457f2fe771ad9c8e55a09848f4f8879374f54d |
File details
Details for the file Pydule-3.3.3-py3-none-any.whl
.
File metadata
- Download URL: Pydule-3.3.3-py3-none-any.whl
- Upload date:
- Size: 7.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 | b0a0042358dfcb0c29f27ee3a388c0e047beca99ee73bc1ef3cfb1db85feec8b |
|
MD5 | 89ee5564abe4b1162438635f2ea426e5 |
|
BLAKE2b-256 | f4b5f6f167e15a1c0dfc778c42b2b55bcf02b7a08663ca13b588af2a4150e916 |