Do stuff with python. Quickly access functions defied in do.py from the command-line.
Project description
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
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ado-py-0.1.1.tar.gz
.
File metadata
- Download URL: ado-py-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.8.0-53-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94fdafc1e0a65727fe25c9209bf45cb514b50cae1cd9b2c0ff3633148b375139 |
|
MD5 | f4c87715265951fe95990676d4c65386 |
|
BLAKE2b-256 | 673f00227502949d3e7da398ea5b6ddd1eec84b44377e9882c3585f8cb18e50c |
File details
Details for the file ado_py-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: ado_py-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.8.0-53-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dfcc6c003d8b1deef70f93ca98888dea574182379ec36c0f8ad998d8de87766 |
|
MD5 | cf5176b02fc701111044f10318825758 |
|
BLAKE2b-256 | c2b010feeae87829f9e4ccdb6829a361b1942b077c7aed151ea87c25602e606a |