Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-roark/watchpi
Turning irrational numbers into video files -- neat.
https://github.com/kevin-roark/watchpi
Last synced: 27 days ago
JSON representation
Turning irrational numbers into video files -- neat.
- Host: GitHub
- URL: https://github.com/kevin-roark/watchpi
- Owner: kevin-roark
- Created: 2013-12-21T05:32:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T20:55:32.000Z (almost 11 years ago)
- Last Synced: 2024-12-18T04:22:49.062Z (about 1 month ago)
- Language: Python
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
watchpi
=======Turning irrational numbers into images and videos.
Right now I've only got photos.
This is how you use:
python stills.py [optional_args]Output will be in a jpg file saved to current directory.
Optional arguments:
* -size {x} -- create an x px by x px image (default 300)
* -style {s} -- s can be "hor", "ver", or "square"; defines the style of
translating number to pixels (default "hor"; check samples to see what I mean)
* -grain {g} -- g is a number that sets how grainy the created image should be
(default to 1, higher value -> grainier)
* -num {n} -- n is the number to create the image from; options are "pi", "e",
"tau", "phi", and "sq2" (defaults to pi).