Metadata-Version: 1.1
Name: axyloop
Version: 1.0
Summary: Makes infinite for loops in python much easier, faster and cleaner
Home-page: http://axy-youtube.tk
Author: IAmAxY
Author-email: iamaxydev@gmail.com
License: MIT
Description: NOTE: Please import the library as from axyloop import * 
        otherwise the library will not work!
        
        This is a very simple library by IAmAxY that makes infinite for loop in python
        easier, faster and cleaner.
        The library lets you to create infinite 4 loops easier and faster and keeps your code clean.
        How to use it? 
        Type axy_loop_help() in your code and you will see all the examples and ussages printed in the terminal / console
        Or you can look the examples here:
        
        USAGE:
        1. axy_loop(action)
        2. axy_loop_sleep(sleep_time_in_seconds, action)
        3. axy_loop_sleep_fps(fps_amount, action)
        
        USAGE EXAMPLES:
        1. axy_loop("Subscribe To IAmAxY On YouTube!") - to create infinite for loop that will print Subscribe To IAmAxY On YouTube!
        2. axy_loop_sleep(5, "Subscribe To IAmAxY On YouTube!") - to create infinite for loop that will print Subscribe To IAmAxY On YouTube! one every 5 seconds
        3. axy_loop_sleep_fps(30, "Subscribe To IAmAxY On YouTube!") - to create infinite for loop that will print Subscribe To IAmAxY On YouTube! 30 times in 1 second
        
        Follow me:
        YouTube - http://axy-youtube.tk
        Steam - http://axysteam.tk
        Discord server - https://dsc.gg/axy
        
        contacts:
        Gmail - iamaxydev@gmail.com
        Discord (might change) - AxY#5945
        
        Thanks for installing / using my library!
        
        Change Log
        ==========
        
        1 (17/5/2021)
        --------------
        - First And Probably Last Release
Keywords: forloop
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
