Metadata-Version: 2.1
Name: gendummy
Version: 0.1.0
Summary: A library for generating dummy data in pandas DataFrames.
Author-email: Andrew Romanov <romanoffnv@gmail.com>
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl

# Gendummy

**Gendummy** is a Python library for generating dummy data in the form of pandas DataFrames. It provides functionality to create both automatic and manually specified DataFrames, as well as the ability to export these DataFrames to Excel files.

## Features

- Generate DataFrames with random integers and floats.
- Manually specify data types for each column.
- Export generated DataFrames to Excel files.

## Installation

To use the Gendummy library, ensure you have Python and pip installed, then install the required packages:

```bash
pip install pandas numpy openpyxl
