Metadata-Version: 2.1
Name: ScriptCollection
Version: 1.7.0
Summary: The scriptcollection is the place for little scripts which are maybe also useful in future.
Home-page: https://github.com/anionDev/ScriptCollection
Author: Marius Göcke
Author-email: marius.goecke@gmail.com
License: MIT
Platform: windows10
Platform: linux
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Terminals
Description-Content-Type: text/markdown
Requires-Dist: epew (>=3.4.0)
Requires-Dist: keyboard (>=0.13.5)
Requires-Dist: ntplib (>=0.3.4)
Requires-Dist: PyPDF2 (>=1.26.0)
Requires-Dist: qrcode (>=6.1)
Requires-Dist: send2trash (>=1.5.0)

# ScriptCollection

This repository is the place for little scripts which are also useful in future so that someone does not have remember them and write them new froms sratch. You can simply use the scripts.

# Functions

TODO

# Hints

Most of the scripts are written in [python](https://www.python.org) 3.

# Get ScriptCollection

## Installation via pip

```
pip install ScriptCollection
```

pip requires [Python](https://www.python.org) 3. See the [pypi-site of ScriptCollection](https://pypi.org/project/ScriptCollection) for more information.

## Download sourcecode using git

You can simply git-clone the ScriptCollection and then use the scripts under the provided license.

```
git clone https://github.com/anionDev/ScriptCollection
```

It may be more easy to pip-install the ScriptCollection but technically pip is not required. Actually you need to git-clone (or download as zip-file from [Github](https://github.com/anionDev/ScriptCollection) the ScriptCollection to use the scripts in this repository which are not written in python.

# License

ScriptCollection itself is licensed under the terms of MIT. See the [license](https://raw.githubusercontent.com/anionDev/ScriptCollection/master/License.txt) for more details.


