patrickarmengol / xkcdrandom

just trying to figure out packaging with hatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

just trying to figure out packaging with hatch

License:MIT License


Languages

Language:Python 100.0%