pyramidscheme / ponzi

pixels fit for a pyramid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

pixels fit for a pyramid

License:MIT License


Languages

Language:Python 100.0%