An open API service indexing awesome lists of open source software.

https://github.com/endalk200/py3collections

Python tools and helpers for python development.
https://github.com/endalk200/py3collections

py-tools py3collection pycollection python-scripts python3

Last synced: 4 months ago
JSON representation

Python tools and helpers for python development.

Awesome Lists containing this project

README

        

# Py3Collections

Py3Collections is colletion of python scripts, modules and packages that are usefull in variety of
situations. The modules and packages include collection of usefull python scripts that can be used
by importing in your python code.

This package also contains some python scripts that can be executed from the command line. This
package is tested using tox on variety of python versions to make sure they work as expected.

## How can i use this package.

To use this package you can install it from pypi and import the modules from your python code
or use the command line tools from the terminal.

```bash
pip install py3collections
```

## Command Line Scripts

The following are curated list of stand alone python scripts that can executed from the command line

* [converter](https://github.com/endalk200/py_tools/blob/main/scripts/converter): python image format converter.