Metadata-Version: 1.1
Name: BetterTools
Version: 0.1.1
Summary: This is a lib to improove native fonction, and some usefull one for everyone.
Home-page: https://github.com/Remi-Avec-Un-I/BetterTools
Author: Remi_Avec_Un_I
Author-email: UNKNOWN
License: MIT
Description: 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
Keywords: input,BetterTools,Tools,Better
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
