Mobile application development is the process by which software is created for handheld devices. Here’s our recommendations.
Read moreTag: application development
Python Fire – library for automatically generating command line interfaces
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
Read moreClick – Python package to create beautiful command line interface
Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.
Read moreargparse – parser for command-line options, arguments and sub-commands
argparse is a parser for command-line options, arguments and sub-commands.
Read moreGooey – convert console programs into end-user-friendly GUI software
Gooey turns (almost) any Python 2 or 3 Console Program into a GUI application with one line.
Read morePython Prompt Toolkit – library for building powerful interactive command line applications
Python Prompt Toolkit is a library for building powerful interactive command line applications in Python.
Read moreTyper – library for building CLI applications
Typer is an open source library for building CLI applications that users will love using and developers will love creating.
Read moredocopt – command-line interface description language
docopt creates beautiful command-line interfaces.
Read moreAsciimatics – create full-screen text UIs
Asciimatics is a package to help people create full-screen text UIs (from interactive forms to ASCII animations) on any platform.
Read morecement – CLI application framework for Python
Cement is an advanced application framework for Python, with a primary focus on Command Line Interfaces (CLI).
Read morecliff – framework for building command line programs
cliff is a framework for building command line programs. It uses entry points to provide subcommands, output formatters, and more.
Read more