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.
- Host: GitHub
- URL: https://github.com/endalk200/py3collections
- Owner: endalk200
- License: mit
- Created: 2020-11-18T17:58:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T16:53:37.000Z (over 3 years ago)
- Last Synced: 2025-02-21T22:25:03.290Z (4 months ago)
- Topics: py-tools, py3collection, pycollection, python-scripts, python3
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.