Metadata-Version: 2.1
Name: basepackage
Version: 0.0.2
Summary: This package includes some, for me, helpful small things.
Home-page: UNKNOWN
Author: Lucifer Monao
Author-email: Lucifermonao@gmx.de
License: UNKNOWN
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

Hi,
this package can be used to shorten some commands from tkinter and colorama.
As so, 

from basepackage.module import *


Use
:basepackage.module.pa(f for fore, b for back, s for style, with arguments:
-colors: b = Black, r = Red, g = Green, y = Yellow, l = Blue, m = Magenta, c = Cyan, w = White
-styles: d = dim, n = normal, b = bright
-c, clear, reset or r to reset all colors and styles after printing the word.
all in one argument, and the text in the second.

Use: 
-basepackage.module.defgeninf(): to get sys, node, release, version, machine, processor
-basepackage.module.defbt(): to get bt.year, bt.month, bt.day, bt.hour, bt.minute, bt.second
-basepackage.module.defcpucores(): to get pcores and lcores
-basepackage.module.defcpufreq(): to get maxfreq, minfreq, curfreq
-basepackage.module.defcpuusage(): to get cpuusge
-basepackage.module.defmemory(): to get totmem,avamem,usdmem
-basepackage.module.defswap(): 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]

