Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 688 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 688 Bytes

cli_python

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.