A quine that creates a 3d model of itself
git clone https://github.com/donno2048/cylinder-quine
cd cylinder-quine
pip3 install -r requirements.txt
python3 quine.py
You can use the version with the better style like so:
git apply quine.patch
python3 quine.py
My own cylinderize (which is not being used in this project)