awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jquast/wcwidth

Open-source alternatives to Wcwidth

30 open-source projects similar to jquast/wcwidth, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Wcwidth alternative.

  • ahoward/mainahoward avatar

    ahoward/main

    265View on GitHub↗

    a class factory and dsl for generating command line programs real quick

    Ruby
    View on GitHub↗265
  • bw2/configargparseB

    bw2/ConfigArgParse

    0View on GitHub↗
    View on GitHub↗0
  • chriskiehl/gooeychriskiehl avatar

    chriskiehl/Gooey

    22,050View on GitHub↗

    Gooey is a framework that transforms command-line programs into graphical applications by automatically generating user interfaces from existing argument definitions. By applying a decorator to a script, the tool maps standard command-line arguments to specialized graphical widgets, allowing users to interact with terminal-based utilities through forms, file pickers, and date selectors. The project distinguishes itself by providing a comprehensive suite of customization and lifecycle management tools that extend beyond simple interface generation. It includes capabilities for input validation

    Python
    View on GitHub↗22,050
  • commander-rb/commandercommander-rb avatar

    commander-rb/commander

    822View on GitHub↗

    The complete solution for Ruby command-line executables

    Ruby
    View on GitHub↗822
  • dannyben/runfileDannyBen avatar

    DannyBen/runfile

    39View on GitHub↗

    Command line for your projects

    Ruby
    View on GitHub↗39
  • datafolklabs/cementdatafolklabs avatar

    datafolklabs/cement

    1,345View on GitHub↗

    Application Framework for Python

    Python
    View on GitHub↗1,345

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • davetron5000/glidavetron5000 avatar

    davetron5000/gli

    1,274View on GitHub↗

    Make awesome command-line applications the easy way

    Ruby
    View on GitHub↗1,274
  • docopt/docoptdocopt avatar

    docopt/docopt

    8,008View on GitHub↗

    Docopt is a command-line argument parser and declarative interface tool that converts raw terminal input into a structured data map. It derives its parsing logic and requirements directly from a standardized POSIX-style help message, using the documentation as the formal specification for the interface. The system implements a POSIX usage pattern parser to translate human-readable help strings into rules for extracting options and positional arguments. It automatically generates help screens and version information based on the internal usage patterns defined by the user. The tool ensures a

    Python
    View on GitHub↗8,008
  • dry-rb/dry-clidry-rb avatar

    dry-rb/dry-cli

    354View on GitHub↗

    General purpose Command Line Interface (CLI) framework for Ruby

    Ruby
    View on GitHub↗354
  • erikrose/blessingserikrose avatar

    erikrose/blessings

    1,481View on GitHub↗

    A thin, practical wrapper around terminal capabilities in Python

    Python
    View on GitHub↗1,481
  • fastapi/typerfastapi avatar

    fastapi/typer

    19,632View on GitHub↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    Pythoncliclickpython
    View on GitHub↗19,632
  • google/python-firegoogle avatar

    google/python-fire

    28,208View on GitHub↗

    Python Fire is a library that automatically generates command line interfaces from any Python object, function, or class. It removes the need for manual argument parsing by mapping Python dictionaries, lists, and classes directly to terminal commands. The tool converts Python docstrings into formatted terminal help screens and produces shell scripts to enable tab-completion for available commands. It can wrap existing libraries or external modules to expose their functionality via the terminal without requiring modifications to the original source code. The library supports hierarchical comm

    Pythonclipython
    View on GitHub↗28,208
  • jonathanslenders/python-prompt-toolkitjonathanslenders avatar

    jonathanslenders/python-prompt-toolkit

    10,498View on GitHub↗

    python-prompt-toolkit is a Python library and terminal user interface framework used for building interactive command line interfaces. It provides a toolkit for constructing complex terminal applications with advanced input handling and layout management. The project features a real-time syntax highlighting engine and a rendering system that ensures correct alignment and display of double-width Unicode characters. It includes specialized capabilities for command line autocompletion, providing ghost text suggestions and searchable input history. The framework covers a broad range of interface

    Python
    View on GitHub↗10,498
  • kennethreitz/clintkennethreitz avatar

    kennethreitz/clint

    97View on GitHub↗

    Python Command-line Application Tools

    Python
    View on GitHub↗97
  • kislyuk/argcompletekislyuk avatar

    kislyuk/argcomplete

    1,568View on GitHub↗

    Python and tab completion, better together.

    Pythonargparsebashbash-completion
    View on GitHub↗1,568
  • leejarvis/slopleejarvis avatar

    leejarvis/slop

    1,128View on GitHub↗

    Simple Lightweight Option Parsing - ✨ new contributors welcome ✨

    Ruby
    View on GitHub↗1,128
  • manageiq/optimistManageIQ avatar

    ManageIQ/optimist

    257View on GitHub↗

    Optimist is a commandline option parser for Ruby that just gets out of your way.

    Ruby
    View on GitHub↗257
  • mdub/clampmdub avatar

    mdub/clamp

    447View on GitHub↗

    a Ruby command-line application framework

    Ruby
    View on GitHub↗447
  • pallets/clickpallets avatar

    pallets/click

    17,560View on GitHub↗

    Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro

    Pythoncliclickpallets
    View on GitHub↗17,560
  • peter-murach/ttypeter-murach avatar

    peter-murach/tty

    2,530View on GitHub↗

    Toolkit for developing sleek command line apps.

    Ruby
    View on GitHub↗2,530
  • peterbrittain/asciimaticspeterbrittain avatar

    peterbrittain/asciimatics

    4,286View on GitHub↗

    Asciimatics is a cross-platform terminal user interface framework and console wrapper. It functions as a curses-compatible library providing a toolkit for building interactive text-based applications, an ASCII art generator, and a terminal animation engine. The project distinguishes itself through a visual effects engine capable of rendering sprites, particle systems, and anti-aliased lines. It includes specialized systems for creating moving text-based graphics and tools for converting image files into character-based representations. The framework covers core terminal management including

    Pythonascii-artconsolecross-platform
    View on GitHub↗4,286
  • prompt-toolkit/python-prompt-toolkitprompt-toolkit avatar

    prompt-toolkit/python-prompt-toolkit

    10,498View on GitHub↗

    This project is a Python terminal user interface library and toolkit designed for building interactive command-line applications. It provides a terminal input manager and a widget toolkit for rendering dashboards, menus, and editors within a terminal emulator. The library enables the creation of full-screen terminal interfaces and interactive shells. It distinguishes itself with advanced input handling, including lexer-based syntax highlighting for visual feedback on code structure and support for industry-standard keyboard navigation modes such as Emacs and Vi. The capability surface covers

    Python
    View on GitHub↗10,498
  • python-poetry/cleopython-poetry avatar

    python-poetry/cleo

    1,351View on GitHub↗

    Create beautiful and testable command-line interfaces.

    Python
    View on GitHub↗1,351
  • rsalmei/alive-progressrsalmei avatar

    rsalmei/alive-progress

    6,245View on GitHub↗
    Pythonaliveanimatedanimations
    View on GitHub↗6,245
  • ruby/rakeruby avatar

    ruby/rake

    2,453View on GitHub↗

    A make-like build utility for Ruby.

    Rubyhacktoberfestrakerakefile
    View on GitHub↗2,453
  • russell91/pythonpyR

    Russell91/pythonpy

    0View on GitHub↗
    View on GitHub↗0
  • tartley/coloramatartley avatar

    tartley/colorama

    3,790View on GitHub↗

    Colorama is a Python terminal styling library and cross-platform console utility that translates ANSI escape sequences into native system calls. It acts as a terminal output stream wrapper, intercepting and processing control codes to ensure consistent text formatting and styling across different operating systems. The library standardizes terminal output by mapping abstract escape sequences to specific operating system APIs, enabling reliable coloring and cursor positioning in environments that lack native ANSI support. It utilizes runtime platform dispatching to apply the appropriate logic

    Python
    View on GitHub↗3,790
  • textualize/richTextualize avatar

    Textualize/rich

    56,636View on GitHub↗

    Rich is a comprehensive library for building sophisticated command-line interfaces and terminal applications. It provides a robust console formatting engine and a layout framework that enables developers to render rich text, syntax-highlighted code, and complex data structures directly in the terminal. By utilizing a recursive constraint-based layout engine, the library allows for the creation of hierarchical grids, panels, and trees that maintain their structure even as terminal dimensions change. What distinguishes the library is its ability to manage persistent, real-time terminal interfac

    Pythonansi-colorsemojimarkdown
    View on GitHub↗56,636
  • textualize/textualTextualize avatar

    Textualize/textual

    36,285View on GitHub↗

    This project is a framework for building interactive, graphical-style terminal applications. It provides a declarative component model that organizes user interfaces into a tree of nested widgets, each managing its own lifecycle, state, and rendering. By subclassing the base application class, developers can construct complex, keyboard-navigable interfaces that run directly within terminal emulators. The framework distinguishes itself through a reactive architecture and a CSS-based layout engine. It uses a reactive attribute system to automatically track state changes and trigger targeted int

    Pythoncliframeworkpython
    View on GitHub↗36,285
  • thoughtbot/terrapinthoughtbot avatar

    thoughtbot/terrapin

    284View on GitHub↗

    Run shell commands safely, even with user-supplied values

    Ruby
    View on GitHub↗284