Skip to content

arifpro/python-useful-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors