Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 305 Bytes

File metadata and controls

9 lines (5 loc) · 305 Bytes

File operations

A lab to some file operations

  • file-encrypt -> CLI that encrypts a file using the caesar cipher

  • file_utils.py -> Some helping functions such as write/read files

Obs: unidecode must be installed in order to file-encrypt.py to work, install it from the requirements.txt