From be143b7c6cb1e79db162c45bce8c996bd43c55b0 Mon Sep 17 00:00:00 2001 From: Adryan Serage <17680194+adryserage@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:19:07 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3b218d0..8d76299 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ [![CodeQL Advanced - Python](/~https://github.com/Adryan-Serage/missing_modules.py/actions/workflows/codeql.yml/badge.svg)](/~https://github.com/Adryan-Serage/missing_modules.py/actions/workflows/codeql.yml) +## Context +A utility script to detect and install missing Python packages in a project. + +This module scans through Python files in a directory, identifies imported packages, +checks which ones are missing from the current environment, generates a requirements.txt file, +and optionally installs the missing packages using pip. + ## Overview This Python script automates the management of Python dependencies for a project by: 1. Recursively scanning all Python files in the project directory.