- Make the script executable:
chmod +x setup_env.sh- Run the script to set up your virtual environment and install dependencies:
./setup_env.sh- Make the script executable:
chmod +x format_code.sh- Run the script to format the code:
# Format all Python files in the current directory
./format_code.sh .
# Format specific Python files
./format_code.sh your_file.py another_file.py- Author: Md Arif Hossain
- Email: devarif.me@gmail.com
- GitHub: https://github.com/arifpro
- Project: https://github.com/arifpro/python-useful-scripts