Keyword Capitalizer

    Use this little utility to make your keyword and reserved word typing consistent throughout your program. Choose between all capitalized and first letter capitalized by setting the ALLCAPS variable in the code to True or False respectively. Case sensitive reserved words will be output in the proper mixed case. Incremental backups of the original file are made for safety.

    Get the Source Code