Skip to content

soltanali0/AutoPipFixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

AutoPipFixer

AutoPipFixer is a Python script that automatically installs missing Python packages when a command fails due to ModuleNotFoundError. It continuously runs the command until all required packages are installed.

Features

  • Automatically detects missing Python packages.
  • Installs missing packages using pip.
  • Continuously runs the specified command until all dependencies are resolved.

Installation

Clone the repository:

git clone https://github.com/soltanali0/AutoPipFixer

Navigate to the project directory:

cd AutoPipFixer

Usage

Run the script with the command you want to execute:

python pipfixer.py -c "your_command_here"

For example:

python pipfixer.py -c "objection --gadget 'infosecadventures.allsafe' device-type"

Example

python pipfixer.py -c "python your_script.py"

If your_script.py has any missing dependencies, AutoPipFixer will detect them and install them automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages