TangilJ / DisgustIndent

A script that will totally disgustify your code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DisgustIndent

DisgustIndent is a Python script used to totally disgustify your code.

Usage:

DisgustIndent.py input.txt output.txt [-h] [-s] [-t]

Where:

input.txt        The name of the file you want to disgustify

output.txt       The name of the file the output should be saved to

-h --help        Shows this help screen

-s --spaces      The number of spaces to add to the (default is 4)

-t --tablength   How many spaces 1 tab should be counted as (default is 4)

Example:

DisgustIndent.py HelloWorld.cs EwwGross.cs -s 6

About

A script that will totally disgustify your code.

License:Apache License 2.0


Languages

Language:Python 100.0%