README
Useful scripts
Use setup_env.sh to set up your virtual environment
- Make the script executable:
chmod +x setup_env.sh
- Run the script to set up your virtual environment and install dependencies:
./setup_env.sh
Format code
- Make the script executable:
chmod +x format_code.sh
<!-- Run the script: You can run it by specifying the Python files or directories you want to format:
bash
Copy code
./format_code.sh your_file.py another_file.py
Or format an entire directory:
bash
Copy code
./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
Scripts
Author Info
- Author: Md Arif Hossain
- Email: devarif.me@gmail.com
- GitHub: https://github.com/arifpro
- Project: https://github.com/arifpro/python-useful-scripts