/xkcdrandom

just trying to figure out packaging with hatch

Primary LanguagePythonMIT LicenseMIT

xkcdrandom

PyPI - Version PyPI - Python Version


Table of Contents

About

A random number generator made in accordance with https://xkcd.com/221/.

This is really just a test project to help me understand Python packaging and distribution with Hatch

Installation

pip install xkcdrandom

Usage

import xkcdrandom

num = xkcdrandom.get_random_number()

License

xkcdrandom is distributed under the terms of the MIT license.