Last updated:
0 purchases
BetterTools 0.1.1
This is a lib to improove native fonction and add some usefull ones.
pip install BetterTools
https://github.com/Remi-Avec-Un-I/BetterTools
Change Log :
-> 23/01/2022
0.1.0
Fixing last bugs, and fully rework of lib documentation
-> 17/01/2022
0.0.9.5
Add initLogs, to set usefull var for the other add, logs(). Which is usefull to create logs in .txt file, or .log file, or print
-> 15/01/2022
0.0.9
Add Bprint(), can write text with specific speed, replace previous words just printed using this function, and more :)
-> 15/01/2022
0.0.8
Improove p()
-> 15/01/2022
0.0.7
Fix other stuff
-> 15/01/2022
0.0.6
Fix p() probleme, and add all normal print() function arguments into p(), like end=””, sep=”” etc
Add loading() function, which create a loading print. Usefull for for loops.
-> 15/01/2022
0.0.5
Fix little probleme with lib
And add print argument to Btype() to automatically print it if True, or if False (by default) return it
-> 15/01/2022
0.0.4
Add Btype(var) which return the name only name of a var like: int, not “class ‘int’”
Add p(text) and i(text) like print() and input() but faster to write
-> 13/01/2022
0.0.3
Fix Change Log probleme
-> 13/01/2022
0.0.2
Fix little probleme
-> 13/01/2022
First version
0.0.1
Add cls() function,
and Binput(Input_message, Input_type, error_message, clear, delay , func, kwargs) with all these args
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.