BUGGY ALPHA STATE
Project description
tinda
Buggy alpha stage, Please check back later, thankyou.
Modern wrapper for basic things.
Installation:
pip install tinda
Usage:
from tinda import XXX
'''
When a class defines an __init__() method,
class instantiation automatically invokes __init__()
for the newly-created class instance.
So in this example, a new,
initialized instance can be obtained by:
'''
x = XXX()
'''
Method Objects:
Usually, a method is called right after it is bound:
For example,
'''
x.say('string of whatever')
#google image search of the query string
x.image(query)
# the same works for Google, Github, Stackoverflow, Youtube, etc.
x.google(query)
x.stackoverflow(query)
# returns private and public ip.
x.getIp()
# returns location data.
x.getLocation()
# other methods:
x.time()
x.date()
x.shutdown()
x.mousePosition()
x.goToPosition()
x.leftClick()
x.rightClick()
x.showDesktop()
x.recordScreen() # saves output file in root directory.
x.speedTest() # returns internet speed test results.
x.getLinks() # takes in url and returns all links.
x.textToMorse() # string to morse code.
# Local network Terminal Chat
import tinda
tinda.TerminalChatServer()
# once the server is running, Clients can connect to the server and begin chatting.
import tinda
tinda.TerminalChatClient()
# Local Network Audio Chat
import tinda
tinda.LocalAudioServer()
# once the server is running, Clients can connect to the server and begin chatting.
import tinda
tinda.LocalAudioClient()
Developed by:
Harpreet Singh © 2021
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
tinda-0.0.30.tar.gz
(10.5 kB
view details)
Built Distribution
tinda-0.0.30-py3-none-any.whl
(29.8 kB
view details)
File details
Details for the file tinda-0.0.30.tar.gz
.
File metadata
- Download URL: tinda-0.0.30.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 925b55f85df29895411450a309a66d7797dd0218aeebe53e5576c54a57662cf7 |
|
MD5 | a11eac9930fc5ccdc0df13656708afb8 |
|
BLAKE2b-256 | 6ecf613e10b976ab6a4f51699c2179dde1ec3cc63a7b9eb67cc8b389234bac92 |
File details
Details for the file tinda-0.0.30-py3-none-any.whl
.
File metadata
- Download URL: tinda-0.0.30-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e86525b3538a43d55eb9ae171ef7517199df711f0583cda3d83ddb4151980e90 |
|
MD5 | 6c4377c7cf5098d455274a6ff6bac9c6 |
|
BLAKE2b-256 | 5a886352495ea05331617070ee3dadc3bc6cfcf0e92529fe344e596b6c283008 |