fccoelho / pypixplorer

Explore PYPI's collection of packages in unusual ways
Other
9 stars 16 forks source link

List of functions not implemented in skeleton.py #52

Open AliferSales opened 7 years ago

AliferSales commented 7 years ago

remote.py

local.py

fccoelho commented 7 years ago

To help formatting the text in commands outputs:

you can use control codes described here: http://stackoverflow.com/questions/287871/print-in-terminal-with-colors-using-python

fccoelho commented 7 years ago

Another option is to use the termcolor library