Metadata-Version: 2.1
Name: CMDFormatter
Version: 0.1.3
Summary: Package to style and format cmd print
Author: NeuralNine (Florian Dedov)
Author-email: <vishalkrsinghmsk@gmail.com>
Keywords: python,cmd,terminal,styling,user-experience,powershell
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


## 'A package that allows to print into the terminal in a more styled and formatted new formmat\n use write function in order to get benefit of enhanced print function. attribute of write functions are:-\n text = Text to be printed in the console\n color = specify the color of text to be printed\n colorList = provide the list of color to be used while printing the text \n cyclic = provide False if trying  to print all text in same color provide true if trying to provide multiple colors to the text file\n durationInMilis: provide the duration in milisecond the time gap between the two characters of text.\n totalTime: parameter to provide the time in which function must print all the colors.\n end : the end same as print end parameter.\n 

