Metadata-Version: 2.1
Name: BetterPrinting
Version: 0.5.0
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,color,terminal color,rainbow
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.5.0 (09/12/2021)
------------------

- added my own color function plus rainbow text

- fixed bugs with ui.title_bar

0.4.3 (05/12/2021)
------------------

- changed background of package (not all code in __init__.py file)

0.4.2 (05/12/2021)
------------------

- added print_val to color

- changed CHANGELOG so that the newest version is on top

- name changes because of PEP 8 naming convetions: multiLines -> multi_lines breakline -> break_line, splitWRD -> split_wrd, randmSTR -> random_str (the same with the other random functions), multInput -> multi_input, sysinfo -> sys_info

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

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

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

- added breakline and clear

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

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.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.0.1 (13/06/2021)
------------------
- First Release

