/urltitleConverter

Simple program to convert plain text to be urltitle text format

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

urltitleConverter

Simple program to convert plain text to be urltitle text format.

Before you use this program, install slugify with pip.

sudo pip install python-slugify

Make a text file with plain text as content of it, then run urltitleConverter.py so there will another file with .csv extension.

You can modify the name of your input file and name of your output file.