cat_attack
Cat Attack is a Python library that finds all .xlsx files within a specified folder and adds an "Important" sheet with a random cat picture.

1""" 2Cat Attack is a Python library that finds all .xlsx files within a specified folder and adds an "Important" sheet 3with a random cat picture. 4 5 6""" 7 8from cat_attack.attack import cat_attack 9from cat_attack.breed_dictionary import show_breeds, update_breed_dict 10from cat_attack.cat_image import download_cat_pic 11from cat_attack.file_manipulation import find_xlsx_files, attack_file