/cylinder-quine

A quine that creates a 3d model of itself

Primary LanguagePython

cylinder-quine

A quine that creates a 3d model of itself

Install

git clone https://github.com/donno2048/cylinder-quine
cd cylinder-quine
pip3 install -r requirements.txt

Usage

python3 quine.py

You can use the version with the better style like so:

git apply quine.patch
python3 quine.py

Inspiration

My own cylinderize (which is not being used in this project)