DEV Community

gyudoza
gyudoza

Posted on

How to create python cli app and upload pypi

There's a super simple python cli project i made.
Repository is https://github.com/jujumilk3/python-cli-base

This project made by less 100 line of codes So Very easy to understand how it works. As written, If you wanna create some python cli app, Just fork or copy it and build yours.

Also this app registered at pypi, so you can install and test it.
Just type pip install python-cli-base to install.

Top comments (0)