An open API service indexing awesome lists of open source software.

https://github.com/alpaylan/snake_tocamel

snake_toCamel is a minimal python script that allows easy conversion of snake_case files to camelCase files.
https://github.com/alpaylan/snake_tocamel

Last synced: about 2 months ago
JSON representation

snake_toCamel is a minimal python script that allows easy conversion of snake_case files to camelCase files.

Awesome Lists containing this project

README

        

# snake_toCamel

snake_toCamel is a minimal python script that allows easy conversion of snake_case files to camelCase files.

An example case is demonstrated in run.py where snake_toCamel.py file is converted to snakeToCamel.py

To run, all needed is:

python snake_toCamel.py myfile.py