项目作者: pyramidscheme

项目描述 :
pixels fit for a pyramid
高级语言: Python
项目地址: git://github.com/pyramidscheme/ponzi.git
创建时间: 2019-06-20T10:59:51Z
项目社区:https://github.com/pyramidscheme/ponzi

开源协议:MIT License

下载


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.

  1. # Install Python 3 (any method will do)
  2. brew install python
  3. export PATH="$(brew --prefix python)/libexec/bin:${PATH}"
  4. # Install Poetry
  5. curl -fsSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
  6. # Install dependencies
  7. poetry install
  8. # Play around with the color package
  9. poetry run python