Skip to main content

Unofficial UI wrapper on click commands

Project description

Unofficial Click UI

So, you have just designed a new command line app that works for you. Now, you have a user base, who is not an IT/Software professional.

And you need an UI probably!

And a Basic one would suffice?

Then you can use this project/library to quickly create an UI with just 3 Lines of extra code.

  1. Add this project in your requirement.txt/setup.py
  2. Import the annotation
  3. Use the annotation

This project is not promising you any fairytale UI framework. It ONLY promises to be less obnoxious to non-IT non-Techinacal people. If you need something extravagant, you better design your own framework.

Also, I never intend it to be part of any other framework. As I don't want make any other person to alter their way of working or coding because of this.

Installation

Currently this project is published in the pypi index. I wanted to publish it when it is stable. But seems like people will use it before it's stable. Simply install it using pip, or add it to your requirements.txt or setup.py

pip install clickui-unofficial

Usage

from clickui import make_ui # This one is from this framework
import click 

# Decorate your existing click command if you need an UI
@make_ui 
@click.command('Sample Command')
def sample_command():
    pass

Links

Gitter

Screenshot

Convert Click command to UI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clickui-unofficial-0.5.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

clickui_unofficial-0.5.1-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page