Skip to content

govarthenan/caser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caser: A CLI text case converter

License: MIT Python 3.9 Code style: black

This is a simple python script that can be utliized to change the case of strings. For now, it's only a Python script that converts strings to Kebab Case. Plans are to implement this script in a pip package, and add functions to converts strings to other cases as well.

Example, with default options

    Input: Kebab case folder name
    Output: kebab-case-folder-name

To DO

  • Modify the script to take in command line arguments as inputs.
  • Read lines in a text file and convert each to Kebab Case.

About

A string case converter written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages