Metadata-Version: 2.1
Name: gff-to-xlsx
Version: 0.1
Summary: A tool to convert GFF files to Excel (XLSX) format.
Home-page: UNKNOWN
Author: Emmanuel Agyare
Author-email: your_email@example.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: openpyxl

# GFF to XLSX Converter

## Overview
The **GFF to XLSX Converter** is a simple tool designed to help you convert GFF (General Feature Format) files into Excel (XLSX) files. This is particularly useful for biologists, bioinformaticians, and anyone who works with genomic data. By using this tool, you can easily analyze and manipulate your data in Excel, a program many people are familiar with.

## Key Features
- **Easy Conversion**: Convert GFF files to Excel format with a single command.
- **User-Friendly**: Designed to be straightforward and easy to use.
- **No Programming Skills Required**: Anyone can use it without needing to know how to code.

## Installation

To use the GFF to XLSX Converter, you need to have Python installed on your computer. Follow these steps to install the tool:

1. **Install Python**: If you don’t have Python installed, download it from [python.org](https://www.python.org/downloads/). Make sure to check the box to add Python to your system PATH during installation.

2. **Open Your Command Line Interface**:
   - **Windows**: Search for `cmd` in the Start menu.
   - **Mac**: Open `Terminal` from Applications > Utilities.
   - **Linux**: Use your preferred terminal application.

3. **Install the GFF to XLSX Converter**: In your command line, type the following command and press Enter:
   ```bash
   pip install gff_to_xlsx


