An open API service indexing awesome lists of open source software.

https://github.com/ethankletschke/python-excel-data-gen

A Python data generator that saves to a CSV file.
https://github.com/ethankletschke/python-excel-data-gen

data-handling data-science excel ms-excel python

Last synced: 7 months ago
JSON representation

A Python data generator that saves to a CSV file.

Awesome Lists containing this project

README

          

# Python Excel Data Generator

A Python-based CSV file generator with random data.

- Author: Ethan Kletschke
- Version: `1.2.0`
- Environments of Development:
- Ubuntu (WSL) for development
- Windows 11 for testing (previously for development)

## How to use

1. Specify a row to stop at
2. The end!

Note that it saves the data in a `.csv` file, and you'll have to save it as a
`.xlsx` in order to use Excel functions in it!