Junch / funniestDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Demo how to make a python package and upload it to PYPI

The source for this project is available here.

1. build the package and upload

python -m build

twine upload dist/*

2. Install the package from the pypi

python intall --upgrade funniestDemo

3. Execute the command

python -m funniestDemo
# or
funniest-joke

Reference

About


Languages

Language:Python 100.0%