4280 shaares
7 results
tagged
generator
The solution path is your unique hidden message
Designed by Pablo Stanley 🎨
Developed by Fang-Pen Lin 💻
Free for personal and commercial use. 😇
Open source: https://github.com/fangpenlin/avataaars-generator
FROM: https://sebsauvage.net/links/?Gd8SYw
Image from online generator: https://avataaars.io
Awesome NPC generator with procedurally-drawn avatar
Discover, create and manage your random table collection.
Leave your massive book collection at home and let Chartopia simplify the complexity of dice rolling so that you can concerntrate on the narrative.
Python generators are awesome. Why ?
- their syntax is simple an concise
- they lazily generate values and hence are very memory efficient
- bonus point: since Python 3 you can chain them with
yield from
Their drawback ? They can be iterated only once, and they hide the iterable length.
I took an …