/Ferry_Average_Monthly_Delay

This program gets an encrypted file and a password as input, and if the password is correct, decrypts the file using the password. Then, it calculates the average monthly delay of BC Ferries departure time, and prints it in a readable file as an output. The program uses REGEX to check if the password is in the correct format. Also, it uses Shifting (Cipher) algorithm for encryption.

Primary LanguagePython

Watchers