Coder Social home page Coder Social logo

ultra-cli's Introduction

Ultra CLI

ultra-cli is python library that helps interacting with terminal console.

Ultra-CLI consists of multiple modules each responsible for their own corresponding topic.

Currently Ultra-CLI contains:

  • argument_parser: CLI creation using classes
  • forms: easily making forms
  • menus: interactive menus with auto navigation
  • styles: style the terminal text
  • ultra_cli: which consists of any other utilities which do not belong to any specific topic

Installation

pip install ultra-cli

upgrade

pip install --upgrade ultra-cli

Documentation

For now the documentation of Ultra-CLI is on github wiki. Check it out here

License

This project is licensed under LGPL-2.1 license. Read complete license here

ultra-cli's People

Contributors

ramin-rx7 avatar

Watchers

 avatar

ultra-cli's Issues

Separate Menu from StructuralMenu

Separate normal menus from structural menus.
If there will be a BaseMenu class (abstract) that defines all methods a menu needs, then we can create a class called menu (inheriting from BaseMenu) which is the same menu class before structural menu. and we also define a StructuralMenu class that can handle structural menus.

Ability to modify menu appearance by user

Make a config for users to be able to overwrite the menu appearance by themselves.
This must include the features listed below:

  • Sub-menus and options
  • Texts (Like Sub-menus:)
  • Separators (---- to split sections).
  • option to have a submenu/option be disabled

It's better to have this config in a dictionary like object (easy to use)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.