Metadata-Version: 2.1
Name: usefulfunctionsbyjoci
Version: 0.0.4
Summary: Useful functions
Home-page: UNKNOWN
Author: Joci12
Author-email: <csutak.jozsef.lorant.86@gmail.com>
License: UNKNOWN
Description: # Package info
        this package contains some useful functions
        # Made By Joci
        this package is maked by joci
        # Functions
        average() this is return average
        
        diff() this is return difference of 2 number
        
        isanagram()check is anagram or not
        
        ispalindrome()check is palindrome or not
        
        isprime() check the number is prime or not, return a bool
        
        list_printer() list items from a list
        
        nearestpalindrome() nearest palindrome for integer
        
        factorial(), return a factorial of number
        
        combination() return a combination of 2 number
        
        permutation() calculate 2 number permutation
        
        find_files(filename,path) search a file in a given folder
        
        # Version
        current version:0.0.2
        
Keywords: python,useful,function,usefull functions,joci,package
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
