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

https://github.com/riz4d/py-xlsx

A Python script which allows you to create Excel spreadsheets with custom headers and data entry. It provides a simple way to organize and store data efficiently.
https://github.com/riz4d/py-xlsx

excelsheet excelwriter openpyxl xlsx

Last synced: 6 months ago
JSON representation

A Python script which allows you to create Excel spreadsheets with custom headers and data entry. It provides a simple way to organize and store data efficiently.

Awesome Lists containing this project

README

          

# Py-Xlsx ??

A Python script which allows you to create Excel spreadsheets with custom headers and data entry. It provides a simple way to organize and store data efficiently.

### Features

- Define custom headers for your Excel spreadsheet.
- Enter data interactively for each header.
- Save the generated spreadsheet with a custom filename.

### Prerequisites

Before you begin, ensure you have met the following requirements:

- Python 3.11.5
- openpyxl library

### How to Use

1. Clone this repository to your local machine.
2. Run the script in your Python environment.
3. Follow the prompts to enter header names, data, and specify the output filename.
4. The script will create an Excel file with your data.

### Usage

```bash
pip install openpyxl
```
then
```bash
python3 main.py
```

### License

This project is licensed under the [MIT LICENSE](LICENSE).

### Author

[![Mohamed Rizad](https://github.com/riz4d.png?size=100)](https://github.com/riz4d) |
----|
[Mohamed Rizad](https://t.me/riz4d) |
Author, Base, Bug Fixes |