Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 582 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 582 Bytes

code skeleton quine

a processing program that produces a stylized version of its source code

based on the Simulated Code project by erdavids (aka u/thebuffed)

notes:

  • technically, not a quine, since this reads in itself using python's __file__ built-in
  • replace __file__ with a different path to stylize a different file
  • also, i selected coding practices that would give me a nicer image rather than idiomatic python 🤷