Skip to main content

The scriptcollection is the place for little scripts which are maybe also useful in future.

Project description

ScriptCollection PyPI

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 3.

Caution: Before executing any script of this repository read the sourcecode of the script (and the sourcecode of all functions called by this function directly or transitively) carefully and verify that the script does exactly what you want to do and nothing else.

Get ScriptCollection

Installation via pip

pip install ScriptCollection

pip requires Python 3. See the pypi-site of 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 the ScriptCollection to use the scripts in this repository which are not written in python.

Troubleshooting

It is recommended to always use only the newest version of the ScriptCollection. If you have an older version: Update it (e. g. using pip install ScriptCollection --upgrade if you installed the ScriptCollection via pip). If you still have problems, then feel free to create an issue.

If you have installed the ScriptCollection as pip-package you can simply check the version using Python with the following command:

from ScriptCollection.core import get_ScriptCollection_version
get_ScriptCollection_version()

Or you can simply run pip freeze in any folder to get the currently installed ScriptCollection.

License

ScriptCollection itself is licensed under the terms of MIT. See the license for more details.

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ScriptCollection-2.0.6-py3-none-any.whl (35.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page