Metadata-Version: 2.1
Name: basepackage
Version: 0.1.1
Summary: This package includes some, for me, helpful small things.
Home-page: https://github.com/users/LuciferMonao/projects/2
Author: Lucifer Monao
Author-email: Lucifermonao@gmx.de
License: UNKNOWN
Description: Hi!
        This package can be used to shorten some commands from tkinter and colorama.
        As so, 
        
        import basepackage.module
        
        
        Use:
        -basepackage.module.pa(arg1: f for fore, b for back, s for style, colors first characters each, but k for black and l for blue. d for dim, h for bright and n for normal, c or r or clear or reset to reset all style after printing the word. The word in arg2 will be printed)
        -basepackage.module.p(arg1: --- to reset style and to mark text behind, without --- only print text and do not reset.)
        
        Use:
        -basepackage.module.geninf(): to get sys, node, release, version, machine, processor
        -basepackage.module.bt(): to get bt.year, bt.month, bt.day, bt.hour, bt.minute, bt.second
        -basepackage.module.cpucores(): to get pcores and lcores
        -basepackage.module.cpufreq(): to get maxfreq, minfreq, curfreq
        -basepackage.module.cpuusage(): to get cpuusge
        -basepackage.module.memory(): to get totmem,avamem,usdmem
        -basepackage.module.swap(): to get totswap, avaswap, usdswap
        
        Use:
        basepackage.module.error/help/info/askokcancel/askyesno/askyesnocancel/askretrycancel/askquestion(name, text)
        to get answer [short for tkinter messagebox]
        
        Use:
        basepackage.module.ptest(number to test if primenumber or not)
        to get n for not a primenumber and p for primenumber
        
        Use:
        basepackage.module.rstrng(lenght)
        to get random string with digits, special characters and letters
        
        This package was written on Linux Debian 10.2 with use of the GNOME Terminal, python 3.7.4 64-bit, base anaconda, and Visual Studio Code.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
