Skip to content

pyramidscheme/ponzi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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