Metadata-Version: 2.1
Name: ninput
Version: 0.1.0
Summary: Gives option to input numbers easier
Home-page: https://github.com/niczow/ninput
Author: Kacper Nowicz
Author-email: niczow@op.pl
License: Apache License 2.0
Description: # ninput
        gives options to input integers and floats easier 
        int_input and float_input are using to inputs that types of numbers functions if somebody input other type of object 
        gives in option to show text informing that it`s not that type then in option gives to pause untill press enter
        then in option gives to clear console and again ask to input
        le_int_input and le_float_input is int and float input but user have to input number that is less or equal than 
        number that programmer give in argument
        lt_int_input and lt_float_input is int and float input but user have to input number that is less than 
        number that programmer give in argument
        ge_int_input and ge_float_input is int and float input but user have to input number that is giger or equal than 
        number that programmer give in argument
        gt_int_input and gt_float_input is int and float input but user have to input number that is giger than 
        number that programmer give in argument
        be_int_input and be_float_input is int and float input but user have to input number that is between or equal than 
        number that programmer give in argument
        bt_int_input and bt_float_input is int and float input but user have to input number that is between than 
        number that programmer give in argument
        bet_int_input and bet_float_input is int and float input but user have to input number that is giger or equal than first number and lower than 
        second number that programmer gives in argument
        bte_int_input and bte_float_input is is int and float input but user have to input number that is gigerthan first number and lower or equal than 
        second number that programmer gives in argument
        ne_int_input and ne_float_input is int and float input but user have to input number that is not equal to number that programmer gives in argument
        positive_int_input and positive_float_input is is int and float input but user have to input positive number
        negative_int_input and negative_float_input is is int and float input but user have to input positive number
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
