Python NetService Library
Project description
netservice
A Python ToolBox for Python Programmers
Author Website : https://netservice.shop
Features
- works with Python 3.x
- to easy
- possibility to cache results
$ pip3 install netservice
import netservice
netservice.sendgmail(username='yourGmail', password='yourPassword', to='toGmail', text='yourText')
Sending Gmail
netservice.qrcode(text='netservice.ir', Format='svg')
Creating QRcode # Formats are svg, eps, terminal
print(netservice.DNS(url='netservice.ir'))
Website DNS
netservice.download(url='fileURL')
Download a file
netservice.screensh()
getting screen shot
print(netservice.myip())
Your IP
print(netservice.timeNow())
print(netservice.dateNow())
Get Time And Date
get Information from netservice
netservice.author
netservice.website
netservice.version
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
File details
Details for the file netservice-0.3.tar.gz.
File metadata
- Download URL: netservice-0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.0 importlib-metadata/4.10.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a44f673a1163d4c2ef884dd1f5e7856b7c74878ed63c0ed99a8e1caab216ab25
|
|
| MD5 |
31924101dded8471127a24a037940f45
|
|
| BLAKE2b-256 |
ba3805083c0aedbd28ef9b8115669c3f5514b0bc3dd425dbdadfbd297c0897cc
|