Metadata-Version: 2.4
Name: kn-fancy-pack
Version: 0.1.2
Summary: A tiny guessing-game utility with a friendly API and CLI
Author-email: Norbi Kukta <noreply@example.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# kn-fancy-pack

Tiny guessing game library with a programatic API and CLI. Exported function:

- startguesssing(start, end): interactive guessing game between start and end (inclusive).

See tests and CLI for usage.
