Metadata-Version: 2.1
Name: BetterPrinting
Version: 0.7.2
Summary: An set of printing tools
Home-page: https://github.com/Butter-mit-Brot/BetterPrinting
Author: Max "Butter" W.
Author-email: wrussmax@gmail.com
License: MIT
Keywords: betterprint,print,betterprinting,printing,better,stringmanipulation,instaprint,sysinfo,systeminfo,terminal,ui,terminal ui,color,terminal color,rainbow,terminal draw
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
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 an all in one print library! It should not be a "better" print method...it should more be like tools to print "better"!

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.7.2 (21/09/2023)
------------------

- added version function

- changes in ui list function: number

0.7.1 (19/10/2022)
------------------

- added clear, place_character and place_text to draw

0.7.0 (08/10/2022)
------------------

- added draw class

- added break_down method

- changes in system class functions: time, date and sys_info

- removed animation class with string_change function

0.6.0 (05/01/2022)
------------------

- (in ui) added list, number and ascii_label function

- (BETA) added animation class with string_change function

- added Typehints so your IDE can work better

0.5.2 (09/12/2021)
------------------

- added my own color function to the system class

0.5.1 (09/12/2021)
------------------

- fixed a bug with the ui class functions(text did not work)

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

