New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ado-py

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ado-py

Do stuff with python. Quickly access functions defied in do.py from the command-line.

0.1.1
PyPI
Maintainers
1

ado-py

Do stuff with python. Quickly access functions from the command-line.

Automate stuff and save time.

Inspired by make. 😂

To avoid repetition of lines in the terminal, we often create a make alias and call make func

In make you write stuff in shell, in ado, you write in python.

Installation

pip install ado-py

Usage

Create a do.py file in your directory.

Write functions in it like this

Note: the functions in do.py should not take any arguments. For user input use input() function.

Call any function from the terminal by running ado func.

Running only ado would print the docstring of do.py.

Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts