2,475 skills found · Page 1 of 83
ageitgey / Face RecognitionThe world's simplest facial recognition api for Python and the command line
donnemartin / Data Science Ipython NotebooksData science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
google / Python FirePython Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
cookiecutter / CookiecutterA cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.
chriskiehl / GooeyTurn (almost) any Python command line program into a full GUI application with one line
pallets / ClickPython composable command line interface toolkit
prompt-toolkit / Python Prompt ToolkitLibrary for building powerful interactive command line applications in Python
kellyjonbrazil / JcCLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
curlconverter / CurlconverterTranspile curl commands into Python, JavaScript and 27 other languages
pemistahl / GrexA command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases
docopt / DocoptCreate *beautiful* command-line interfaces with Python
adbar / TrafilaturaPython & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV, JSON, HTML, MD, TXT, XML
pyinfra-dev / Pyinfra🔧 pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
pyinvoke / InvokePythonic task management & command execution.
mkaz / TermgraphA Python command-line and library that draws basic graphs in the terminal
tox-dev / PipdeptreeA command line utility to display dependency tree of the installed Python packages
astanin / Python TabulatePretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.
tmbo / QuestionaryPython library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
CITGuru / PyInquirerA Python module for common interactive command line user interfaces
NaiboWang / CommandlineConfigA library for users to write (experiment in research) configurations in Python Dict or JSON format, read and write parameter value via dot . in code, while can read parameters from the command line to modify values. 一个供用户以Python Dict或JSON格式编写(科研中实验)配置的库,在代码中用点.读写属性,同时可以从命令行中读取参数配置并修改参数值。