Python code written for 2015-2016 NIST Internship under Howard Cohl.
A simple converter written in Python 2.7 that reads in a text file and returns an out.txt file that contains the original file contents with all the lowercase m's replaced with uppercase M's and vice versa.
A similarly simple script written in Python 2.7 that reads in a text file and returns an out.txt file that contains the original file contents with lowercase letters replaced with uppercase letters and vice versa.
mMChange.py:
python2 mMChange.py in.txt
azchange.py:
python2 azchange.py in.txt