Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 747 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 747 Bytes

ponzi

pixels fit for a pyramid

Ponzi is an experiment in starting a fresh controller project for the Pyramid.

It currently contains just a color package, a port to Python of the excellent go-colorful library for Go.

Environment

Ponzi is developed against Python 3.7.3, using poetry.

# Install Python 3 (any method will do)
brew install python
export PATH="$(brew --prefix python)/libexec/bin:${PATH}"

# Install Poetry
curl -fsSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python

# Install dependencies
poetry install

# Play around with the color package
poetry run python