Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 550 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 550 Bytes

python-stuff

Random python things that I've written, while learning. Probably nothing exciting here, unless you are learning, too.

Games

Simple text adventure.

games/adventure.py

A few simple hangman examples.

games/hangman.py games/hangman-chatgpt.py games/hangman-simple.py

Towers of Hanoi example solution.

games/hanoi.py

Simple dice roller example. Python 2.7 PEP8 game

games/roll.py

Utilities

Convert seconds to human-speak.

utilities/convert-seconds.py

Convert F to C, for now.

utilities/convert-temp.py