A CSV data generator
Project description
csv_data_generator
After looking around for a quick way to generate CSVs for testing and not finding any I decided to create this CLI tool.
Usage is very simple, install with:
$ pip install csv_data_generator
Run it with:
$ csv-data-gen
By default it's going to generate a 5x5 CSV:
col1,col2,col3,col4,col5
1,2,3,4,5
1,2,3,4,5
1,2,3,4,5
1,2,3,4,5
1,2,3,4,5
It just sends the data to stdout, so you can pipe it to a file or clipboard.
You can give it a number of rows and columns:
$ csv-data-gen --rows 10 --columns 150
You can give also make it use random words as filler instead of numbers:
$ csv-data-gen --rows 10 --columns 150 --fill-words
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file csv_data_generator-0.0.5.tar.gz.
File metadata
- Download URL: csv_data_generator-0.0.5.tar.gz
- Upload date:
- Size: 58.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aaab3f3101d27427eef7621fc45d02b2f8ebcbef052220a351051ed18de5c39
|
|
| MD5 |
d593632b8d8fcceb45c6fef4e579cbe1
|
|
| BLAKE2b-256 |
289d36e635b028a3350aa1c366f99ac44cb3a2733a2b70e7e9d42fa692dab377
|
File details
Details for the file csv_data_generator-0.0.5-py3-none-any.whl.
File metadata
- Download URL: csv_data_generator-0.0.5-py3-none-any.whl
- Upload date:
- Size: 57.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65542117849002744d116daf048d9c17e582f628f09059a330cddc64916fecc2
|
|
| MD5 |
13536be3e14f3ab32de1d50f1149ee2d
|
|
| BLAKE2b-256 |
a7a16aff485198450ff1a236f974be8174b451234ba69e7e240730e3a0fdff3f
|