# Auto Code Refactor Tool ## Introduction This tool uses AI models to automatically refactor code to improve its readability, maintainability, and performance. ## Usage To use this tool, simply run the script with the input and output file paths as arguments. ## Example ```bash python auto_code_refactor.py --input input.py --output output.py ```