StarSplatter is a software that renders collections of particles into Gaussian blobs. The main function of the program is to generate images of galaxies through the particle simulation data. It is controlled by the Tcl script and reads particle formats and ASCII output of the TIPSY writeboxcommand. Tcl is a scripting language that is used in programs with tclsh or programs with tools based on Tcl or Tk. StarSplatter is similar to tclsh, the only difference is StarSplatter knows a few more commands that tclsh doesn't, commands like rendering particle collections. The StarSplatter runs through a written a Tcl script that is fed to the program, with a starsplatter myscript.tcl command line. The full set of command line which is the starsplatter [-V] [-C] [tclscript [arg1 arg2 ...]] wherein the -V option is the one that prints version information, and the -C option is the one that prints copyright information. The tclscript is a script file name with optional arguments. StarSplatter with the help of Tcl, can generate startup file of Tcl commands. Resources with file names like .ssplatrcin in the home directory will be automatically generated by StarSplatter when it runs.