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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay