Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 404 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 404 Bytes

python

Just some examples of python programs I've worked on.

The boxpycli.py program is a terminal program for interfacing with Box. Is a very trimmed down, steralized version of some old code I wrote for a project. It uses a python module for controlling the color of terminal text output to stdout, which is useful for making errors or excpetions stand out, or when debugging for the same reasons.