Skip to content

This is a Python module that toggles the case of each character to either upper or lower (respective to their original position). The module has only one function process_files() that takes a dictionary argument "args" (provied by get_parsed_args) and outputs a success message when it's all done. Standard exceptions were used to handle errors an…

License

Notifications You must be signed in to change notification settings

manmedia/PythonToggleCharacterCases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonToggleCharacterCases

This is a Python module that toggles the case of each character to either upper or lower (respective to their original position). The module has only one function process_files() that takes a dictionary argument "args" (provied by get_parsed_args) and outputs a success message when it's all done. Standard exceptions were used to handle errors and exception.

About

This is a Python module that toggles the case of each character to either upper or lower (respective to their original position). The module has only one function process_files() that takes a dictionary argument "args" (provied by get_parsed_args) and outputs a success message when it's all done. Standard exceptions were used to handle errors an…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages