Index B | C | D | F | G | I | L | M | P | R | S | T | W | Y B betterfunctions.filefunctions module betterfunctions.mathfunctions module betterfunctions.randomfunctions module betterfunctions.textfunctions module betterfunctions.timefunctions module betterfunctions.userinputfunctions module C celsius_to_fahrenheit() (in module betterfunctions.mathfunctions) count_lines() (in module betterfunctions.textfunctions) create_directory() (in module betterfunctions.filefunctions) create_text_file() (in module betterfunctions.filefunctions) current_date() (in module betterfunctions.timefunctions) current_time() (in module betterfunctions.timefunctions) D delete_file() (in module betterfunctions.filefunctions) distance_between_points() (in module betterfunctions.mathfunctions) F factorial() (in module betterfunctions.mathfunctions) fahrenheit_to_celsius() (in module betterfunctions.mathfunctions) fibonacci() (in module betterfunctions.mathfunctions) file_size() (in module betterfunctions.filefunctions) floatput() (in module betterfunctions.userinputfunctions) format_number() (in module betterfunctions.mathfunctions) G gcd() (in module betterfunctions.mathfunctions) generate_password() (in module betterfunctions.randomfunctions) I int_to_roman() (in module betterfunctions.mathfunctions) intput() (in module betterfunctions.userinputfunctions) is_leap_year() (in module betterfunctions.timefunctions) is_prime() (in module betterfunctions.mathfunctions) L lcm() (in module betterfunctions.mathfunctions) list_files_in_directory() (in module betterfunctions.filefunctions) M module betterfunctions.filefunctions betterfunctions.mathfunctions betterfunctions.randomfunctions betterfunctions.textfunctions betterfunctions.timefunctions betterfunctions.userinputfunctions P prime_numbers() (in module betterfunctions.mathfunctions) R random_choice() (in module betterfunctions.randomfunctions) random_color() (in module betterfunctions.randomfunctions) remove_punctuation() (in module betterfunctions.textfunctions) replace_substring() (in module betterfunctions.textfunctions) reverse_string() (in module betterfunctions.textfunctions) S shuffle_list() (in module betterfunctions.randomfunctions) T to_camel_case() (in module betterfunctions.textfunctions) to_snake_case() (in module betterfunctions.textfunctions) W wait_for_key() (in module betterfunctions.userinputfunctions) word_count() (in module betterfunctions.textfunctions) Y yes_no_input() (in module betterfunctions.userinputfunctions)