Metadata-Version: 2.1
Name: FormatFuncs
Version: 0.0.3
Summary: Functions to format strings
Home-page: 
Author: William Rivera - Captain William
Author-email: william.r.2048@gmail.com
License: MIT
Keywords: string,format,paragraph,line break
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

CAPTAIN WILLIAM'S FORMAT FUNC's

This is a collection of functions used to format string files. 

string_format and paragraph_maker are both built around recieving 
strings without tabs or linebreaks, as from .JSON files or csv files 
and breaking them up to shape paragraphs. 

string_format and paragraph_maker can both make paragraphs. 

The difference between the two is that 
paragraph_maker adds linebreaks after every sentance, and
string_format adds linebreaks roughly at the the end of every nth 
character specified by the length parameter. 

This works well for GUI applications where you may have issues
where the text runs off the page. 


Change Log 
==========

0.0.2
- Fixed dependancy issue 12/21/2022

0.0.1
- First Release 12/21/2022

