Metadata-Version: 2.1
Name: netservice
Version: 0.3
Summary: Python NetService Library
Home-page: https://netservice.shop
Author: NetService Co
Author-email: sup@netservice.shop
License: MIT
Download-URL: https://github.com/mostafa-vn/netservice.git
Keywords: netservice netservice.shop library python v3
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

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__


