PyOptimizeAI is a Python code optimizer that uses Pylint for code analysis and suggestions for performance enhancement.
- Clone the repository:
git clone https://github.com/lixavi/PyOptimizeAI.git
- Navigate to the project directory:
cd PyOptimizeAI
- Install dependencies:
pip install -r requirements.txt
-
Place your Python files in the project directory or specify the directory containing your Python files when running the program.
-
Run the main script:
python main.py
- Follow the on-screen prompts to view the optimizations applied by PyOptimizeAI and the path to the optimized files.