BetterPrinting


NameBetterPrinting JSON
Version 0.7.4 PyPI version JSON
download
home_pagehttps://github.com/Butter-mit-Brot/BetterPrinting
SummaryAn set of printing tools
upload_time2023-09-22 07:23:23
maintainer
docs_urlNone
authorMax "Butter" W.
requires_python
licenseMIT
keywords betterprint print betterprinting printing better stringmanipulation instaprint sysinfo systeminfo terminal ui terminal ui color terminal color rainbow terminal draw
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.4 (22/09/2023)
------------------

- fixed issues with the draw file

0.7.3 (22/09/2023)
------------------

- ui list function: number (starts now from 1)

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Butter-mit-Brot/BetterPrinting",
    "name": "BetterPrinting",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "betterprint,print,betterprinting,printing,better,stringmanipulation,instaprint,sysinfo,systeminfo,terminal,ui,terminal ui,color,terminal color,rainbow,terminal draw",
    "author": "Max \"Butter\" W.",
    "author_email": "wrussmax@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/a7/a0db8754917ed0b022a8bee3d2d97deca1cf738274fee42cfeb5aadece9f/BetterPrinting-0.7.4.tar.gz",
    "platform": null,
    "description": "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\"!\r\n\r\nFor more detailed information or how to use the package go on the github repositorie(https://github.com/Butter-mit-Brot/BetterPrinting)\r\n\r\nChange Log\r\n==========\r\n\r\n0.7.4 (22/09/2023)\r\n------------------\r\n\r\n- fixed issues with the draw file\r\n\r\n0.7.3 (22/09/2023)\r\n------------------\r\n\r\n- ui list function: number (starts now from 1)\r\n\r\n0.7.2 (21/09/2023)\r\n------------------\r\n\r\n- added version function\r\n\r\n- changes in ui list function: number\r\n\r\n0.7.1 (19/10/2022)\r\n------------------\r\n\r\n- added clear, place_character and place_text to draw\r\n\r\n0.7.0 (08/10/2022)\r\n------------------\r\n\r\n- added draw class\r\n\r\n- added break_down method\r\n\r\n- changes in system class functions: time, date and sys_info\r\n\r\n- removed animation class with string_change function\r\n\r\n0.6.0 (05/01/2022)\r\n------------------\r\n\r\n- (in ui) added list, number and ascii_label function\r\n\r\n- (BETA) added animation class with string_change function\r\n\r\n- added Typehints so your IDE can work better\r\n\r\n0.5.2 (09/12/2021)\r\n------------------\r\n\r\n- added my own color function to the system class\r\n\r\n0.5.1 (09/12/2021)\r\n------------------\r\n\r\n- fixed a bug with the ui class functions(text did not work)\r\n\r\n0.5.0 (09/12/2021)\r\n------------------\r\n\r\n- added my own color function plus rainbow text\r\n\r\n- fixed bugs with ui.title_bar\r\n\r\n0.4.3 (05/12/2021)\r\n------------------\r\n\r\n- changed background of package (not all code in __init__.py file)\r\n\r\n0.4.2 (05/12/2021)\r\n------------------\r\n\r\n- added print_val to color\r\n\r\n- changed CHANGELOG so that the newest version is on top\r\n\r\n- 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\r\n\r\n0.4.1 (04/12/2021)\r\n------------------\r\n- added multInput\r\n\r\n- added class ui with (title_bar, text_box)\r\n\r\n- added print_val to all functions that pass out data for example randmSTR or splitWRD\r\n\r\n0.3.1 (22/11/2021)\r\n------------------\r\n- remove createF\r\n\r\n- added class system with (sysinfo, time, date, tasks)\r\n\r\n- added breakline and clear\r\n\r\n0.2.2 (20/06/2021)\r\n------------------\r\n- added overwrite to createF\r\n\r\n0.2.1 (15/06/2021)\r\n------------------\r\n- changed all multi lines like fourLine to multiLine\r\n\r\n- 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)\r\n\r\n0.1.1 (13/06/2021)\r\n------------------\r\n- added fourLine, fiveLine, createF (create File)\r\n\r\n- fixed splitWRD [Don't need to put , between words in a text spaces work now]\r\n\r\n0.0.1 (13/06/2021)\r\n------------------\r\n- First Release\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An set of printing tools",
    "version": "0.7.4",
    "project_urls": {
        "Homepage": "https://github.com/Butter-mit-Brot/BetterPrinting"
    },
    "split_keywords": [
        "betterprint",
        "print",
        "betterprinting",
        "printing",
        "better",
        "stringmanipulation",
        "instaprint",
        "sysinfo",
        "systeminfo",
        "terminal",
        "ui",
        "terminal ui",
        "color",
        "terminal color",
        "rainbow",
        "terminal draw"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ba7a0db8754917ed0b022a8bee3d2d97deca1cf738274fee42cfeb5aadece9f",
                "md5": "620d2b91bd0afb9088e20dc0e0734986",
                "sha256": "2ce79b18a0cb113234403355a62fc711a0a7a1e46db4de4b49b46a53d800bd63"
            },
            "downloads": -1,
            "filename": "BetterPrinting-0.7.4.tar.gz",
            "has_sig": false,
            "md5_digest": "620d2b91bd0afb9088e20dc0e0734986",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6659,
            "upload_time": "2023-09-22T07:23:23",
            "upload_time_iso_8601": "2023-09-22T07:23:23.719195Z",
            "url": "https://files.pythonhosted.org/packages/1b/a7/a0db8754917ed0b022a8bee3d2d97deca1cf738274fee42cfeb5aadece9f/BetterPrinting-0.7.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-22 07:23:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Butter-mit-Brot",
    "github_project": "BetterPrinting",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "betterprinting"
}
        
Elapsed time: 0.12262s