Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 306 Bytes

File metadata and controls

18 lines (11 loc) · 306 Bytes

Python Exercises

Small python projects.

Contents

Wordle

A CLI Wordle game in Python

Haiku Detector

A program to detect if a text snippet is a haiku, and if it is, format it correctly.

Markov Chains

A Markov Chain generator, the results of which can be used to generate random text.