Metadata-Version: 2.1
Name: BetterPrinting
Version: 0.4.1
Summary: A all in one print function
Home-page: https://github.com/Butter-mit-Brot/BetterPrinting
Author: Max "Butter" W.
Author-email: maxwbusinesspypi@gmail.com
License: MIT
Keywords: betterprint,print,betterprinting,printing,better,stringmanipulation,instaprint,sysinfo,systeminfo,terminal,ui,terminal ui
Platform: UNKNOWN
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: LICENCE.txt

This is a all in one print library! It should not be a "better" print method...it should more be like an all in one print statement!

For more detailed information or how to use the package go on the github repositorie(https://github.com/Butter-mit-Brot/BetterPrinting)

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

0.0.1 (13/06/2021)
------------------
- First Release


0.1.1 (13/06/2021)
------------------
- added fourLine, fiveLine, createF (create File)

- fixed splitWRD [Don't need to put , between words in a text spaces work now]


0.2.1 (15/06/2021)
------------------
- changed all multi lines like fourLine to multiLine

- createF is now creating a file if its not in the folder and will write text into the file if the file is in the folder (Thanks to NickolaiBeloguzov)

0.2.2 (20/06/2021)
------------------
- added overwrite to createF

0.3.1 (22/11/2021)
------------------
- remove createF

- added class system with (sysinfo, time, date, tasks)

- added breakline and clear

0.4.1 (04/12/2021)
------------------
- added multInput

- added class ui with (title_bar, text_box)

- added print_val to all functions that pass out data for example randmSTR or splitWRD

