A collection of random CLI commands which I though would be nice/fun to implement and have.
- Python 3
- pip
# Create the virtual environment
python3 -m venv env
# Activate the env
source env/bin/activate
# Deactivate the env (execute when you finished with the "run" part)
deactivate
# Install a project in editable mode (i.e. setuptools "develop mode") from the local project path
pip install -e .
# Set the environment variables
. ./setup_env_vars.sh # Or setup_env_vars.bat for Windows
# Now feel free to execute any command
# Commands available. Run with --help to see what options you have.
silly
news
comm
pdf
crypto