Skip to content

oliverchen415/cli_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.