Redstoneur / Python-Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Utilities

Sommary :

About

This is a collection of Python utilities. It is a collection of small Python scripts that I use in my daily work.

Installation

To install this package, run the following command:

python setup.py build
python setup.py install

Usage

To use this package, run the following command:

import Utilities as pyu

or

from Utilities import *

About


Languages

Language:Python 100.0%