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.
- Define custom headers for your Excel spreadsheet.
- Enter data interactively for each header.
- Save the generated spreadsheet with a custom filename.
Before you begin, ensure you have met the following requirements:
- Python 3.11.5
- openpyxl library
- Clone this repository to your local machine.
- Run the script in your Python environment.
- Follow the prompts to enter header names, data, and specify the output filename.
- The script will create an Excel file with your data.
pip install openpyxl
then
python3 main.py
This project is licensed under the MIT LICENSE.
Mohamed Rizad |
Author, Base, Bug Fixes |