Metadata-Version: 2.1
Name: mehrshad
Version: 0.4b0
Summary: A Python 3 module that contains all of my collections to let you code easier!
Home-page: https://github.com/mehrshaad/mehrshad-pypi
Author: Mehrshad Dadashzadeh
Author-email: mehrdadashzadeh1379@gmail.com
License: MIT
Download-URL: https://github.com/mehrshaad/mehrshad-pypi/archive/refs/tags/v0.4-beta.tar.gz
Keywords: mehrshad,json,excel,text
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.4
Description-Content-Type: text/markdown

# mehrshad-pypi
A Python 3 module that contains all of my collections to let you code easier!

## Installation
Open terminal/cmd and enter:

```sh
pip install mehrshad
```

## Compatibility
+ Windows / macOS / Linux
+ Python 3.x (might get errors with Python 2.x)

## Used Packages
+ [openpyxl](https://pypi.org/project/openpyxl/)
+ [pathlib](https://pypi.org/project/pathlib/)
+ [py-notifier](https://pypi.org/project/py-notifier/)
+ [win10toast](https://pypi.org/project/win10toast/)
+ [tqdm](https://pypi.org/project/tqdm/)

All of these packages will be automatically installed after the first run! (if you don't have them already)

## NOTE
Currently in *Beta* version, so errors possible.

## Links
+ PyPI: [mehrshad-pypi](https://pypi.org/project/mehrshad/)
+ Athur: [Mehrshad Dadashzadeh](http://mehrshaad.github.io/)
    + [GitHub](https://github.com/mehrshaad/)
    + [LinkedIn](https://www.linkedin.com/in/mehrshad-dadashzadeh-7053491b3/)

## MIT License
Copyright (c) 2021 Mehrshad Dadashzadeh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


