JarisX is a powerful, versatile Python utility library designed to simplify common programming tasks with an intuitive and user-friendly interface. From mathematical operations to file management, JarisX provides a comprehensive set of tools for developers and enthusiasts.
-
Basic Arithmetic
add(a, b): Simple additionsubtract(a, b): Subtractionmultiply(a, b): Multiplicationdivide(a, b): Division with error handlingpower(a, b): Exponentiationsquare_root(a): Square root calculation
-
Advanced Mathematical Functions
factorial(n): Calculate factorialfibonacci(n): Generate Fibonacci sequenceprime_check(n): Check if a number is prime
palindrome_check(word): Palindrome verificationreverse_string(text): String reversallength_of_string(text): String lengthconvert_to_uppercase(text): Uppercase conversionsort_list(list): List sorting
current_date(): Get current datecurrent_time(): Get current timeday_of_week(): Retrieve current day
-
File Operations
create_file(filename): Create new fileswrite_to_file(filename, content): Write contentread_file(filename): Read file contentsdelete_file(filename): Remove fileslist_files(directory): List directory contentssearch_files(directory, filename): Advanced file search
-
Directory Operations
make_directory(name): Create directoriesremove_directory(name): Delete directories
pip install jarisx