Some CLI projects written in Python
The folders contain various projects written using the click library.
'hello_world' takes two arguments: "-c" or "--count" for the number of times to repeat the phrase, and an argument for the name.
'current_weather' takes an location argument and gives the current weather conditions and temperature.
'pwgen' generates passwords of a desired length with the option to add symbols.
'cipher' uses a Caesar cipher to encrypt a message.