BIP39

made by josh-kean, submitted by porterjamesj
A Python implementation of BIP39, a system for generating mnemonic phrases for Bitcoin addresses.

Pithon; Writing Snake in Python

made and submitted by josh-kean
This is a version of the arcade game Snake, but instead of displaying squares and extending a snake body via squares, the snake is the number pi, and it increases by each digit in pi. You need to have PyGame installed on your computer for this to run successfully.