Metadata-Version: 2.1
Name: allenlib
Version: 3.0.8.20210805
Summary: allenlib
Home-page: UNKNOWN
Author: 刘雨桐
Author-email: UNKNOWN
Maintainer: 刘雨桐
Maintainer-email: UNKNOWN
License: BSD License
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown

__init__:
logo_allenlib():a logo of allenlib
computer_os:
dfrgui():open dfrgui
repairdisk(a):repair a disk
cleanmgr():clean the computer
message:
info(t,m):show info t:title m:message
warning(t,m):show warning t:title m:message
error(t,m):show error t:title m:message
ask(t,m):ask t:title m:message
ok(t,m):ask ok t:title m:message
yes(t,m):ask yes t:title m:message
retry(t,m):ask retry t:title m:message
ync(t,m):ask ync t:title m:message
printfun:
printfun(a):print fun a
raise:
raise(a):raise Exception(a)
speak:
speak(a):speak a
translate(a):translate a
print_load:
progess_bar(title,range):bar for linux
progess_bar_win(title,range):bar for windows

