Skip to content

A personal CLI tool for silly tasks (weather, COVID-19 latest stats, etc.)

Notifications You must be signed in to change notification settings

Burbon13/Personal-Silly-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A collection of random CLI commands which I though would be nice/fun to implement and have.

Install

Prerequisites

  • Python 3
  • pip

Steps

# 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

Run

#  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

Util links

Python venv

Setuptools documentation

Click documentation

Setuptools integration with Click

Troubleshooting

Module src not found issue

About

A personal CLI tool for silly tasks (weather, COVID-19 latest stats, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published