Metadata-Version: 2.0
Name: mtrx
Version: 0.0.6
Summary: A Python ToolBox
Home-page: https://mtrx.ir
Author: Mostafa Vahedi Nejad
Author-email: mostafa.vahedi.nejad@gmail.com
License: MIT
Download-URL: https://github.com/mostafa-vn/mtrx.git
Keywords: mtrx mostafa matrix 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
Requires-Dist: dnspython
Requires-Dist: pyqrcode
Requires-Dist: requests

MTRX
=====

A Python ToolBox for Python Programmers

website :  https://mtrx.ir/

Features
=============
 * works with Python 2.4+ and Python 3.x
 * all dates as datetime objects
 * possibility to cache results


$ pip3 install mtrx
===================

>>> import mtrx
===================

>>> mtrx.sendgmail(username='your Gmail', password='your password', to='to gmail', text='your text')
'Sending Gmail'

>>> mtrx.qrcode(text='mtrx.ir', Format='svg')
'Creating QRcode'

>>> print(mtrx.dns(url='mtrx.ir'))
'Website DNS'

>>> print(mtrx.myip())
Your IP


>>> print(mtrx.timeNow())
>>> print(mtrx.dateNow())
'Get Time And Date'



get Information from mtrx

>>> mtrx.__author__
'Mostafa Vahedi Nejad'

>>> mtrx.__version__
'0.0.5'


