Metadata-Version: 2.1
Name: pipreqgen
Version: 0.0.1
Summary: Generates requirement.txt
Author: Muktadir
Description-Content-Type: text/markdown

# PipReqgen

Pipreqeqgen is a Python-based tool that automatically generates a `requirements.txt` file for a given Python or Jupyter notebook file.

## Features

- Extracts imports from a Python or Jupyter notebook file.
- Fetches the current version of each imported module.
- Generates a `requirements.txt` file with the module names and their corresponding versions.

## Installation

To install Pipreqgen, you can use pip:

```bash
pip install pipreqgen
```


If you want to install the latest development version, you can clone the repository and run the setup.py file:
