Wbasics
Project description
Wbasics
Wbasics just makes coding in python easier. Wbasics shortens things that would take too long to code for each time its needed.
Badges
Installation
Install Wbasics with pip
pip install Wbasics
Usage/Examples
opening an app:
import Wbasics as w
w.openapp("chrome")
using the wait command:
import Wbasics as w
w.wait(20)
Text To Speech:
import Wbasics as w
w.SpeakText("text")
Create a file:
import Wbasics as w
w.createfile(filename)
Write to a file:
import Wbasics as w
w.writefile(filename,text)
Read a file:
import Wbasics as w
w.readfile(filename)
Secure a script so that only a few users can use it:
import Wbasics as w
alloweduserslist = ("me", "friend")
w.securescript(allowedusers)
Control a LG TV:
import Wbasics as w
w.LGtvconnect(ip)
w.LGtvlaunch(App)
w.Lgtvvolume(updownmuteunmute, amount)
w.Lgtvpauseplay(pauseplay)
w.LGtvscreenswitch(onoff)
w.getchannellist()
w.changechannel(channelId)
Switch a webcam on/off:
import Wbasics as w
w.webcamswitch(camnumb, windowname)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wbasics-0.0.1.tar.gz.
File metadata
- Download URL: wbasics-0.0.1.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
260c0f510737e8cf724559616fc9daa70d82089fd4e6944a1e36b2407ee56371
|
|
| MD5 |
93d878142ec6ae7d766f82c6e6d7bd9f
|
|
| BLAKE2b-256 |
2379dacc0a9e7172ae2b61f842d0e204178d03cba23e88d8a0bf8e77a8cef1a6
|
File details
Details for the file wbasics-0.0.1-py3-none-any.whl.
File metadata
- Download URL: wbasics-0.0.1-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a90c276841023431959fe97acf63a3dd58bce3f13618dc4cbbddee9f81b181aa
|
|
| MD5 |
2d891cd581afd6c2436b20329f8e6db0
|
|
| BLAKE2b-256 |
fab3dda321e78b5a2f6e707623b5930845df7ba37b838bbee96da91ee9ef44a2
|