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.
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