Skip to content

A lightweight tool to convert all CamelCase instances in a file to underscore naming conventions

Notifications You must be signed in to change notification settings

kmjungersen/CamelCase_to_underscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CamelCase_to_underscore!

This tool will help you convert files that use CamelCase conventions to _underscoring!

Running the program is simple:

$ cd <wherever>/<this>/<may>/<live>/CamelCase_to_underscore

$ python main.py

If you want to convert a single phrase (or a number of phrases for that matter), run the program as is and it will prompt you for a phrase to convert.

If you have a file (or many files!) to convert, place them in the 'to be converted' directory and then run the program. It will detect the files that are there and then read them, convert them, and place the converted file in the 'converted' directory!

IMPORTANT NOTE: MAKE SURE TO COPY YOUR FILES to the 'to_be_converted' directory, because after running this program, IT WILL DELETE THEM! Ye have been warned!

About

A lightweight tool to convert all CamelCase instances in a file to underscore naming conventions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages