figureExcel is a developer-focused tool that automates the generation and visualization of line charts from Excel data, making data analysis more efficient and visually consistent. It enables users to create dynamic, styled graphical representations of datasets with minimal manual effort.
Why figureExcel?
This project helps developers streamline data visualization workflows within Excel environments. The core features include:
- 🎯 [Feature]: Automated creation of line charts from Excel data, saving time and reducing manual effort.
- 🖍️ [Feature]: Customizable visual styles through configuration files, ensuring consistent and appealing graphics.
- ⚙️ [Feature]: Command-line parameters for flexible, dynamic chart generation tailored to specific needs.
- 📊 [Feature]: Integrated data processing, sorting, and plotting capabilities for comprehensive analysis.
- 🧩 [Feature]: Modular architecture with clear configuration and core modules, facilitating easy maintenance and extension.
This project requires the following dependencies:
- Programming Language: Python
- Package Manager: Conda
Build figureExcel from the source and install dependencies:
-
Clone the repository:
git clone https://github.com/Nath9666/figureExcel -
Navigate to the project directory:
cd figureExcel -
Install the dependencies:
pip install -r requirements.txt
Run the project with:
Using python:
python -m app.main ./data/Classeur1.xlsx Date [[Données 1, 10, 15, Titre 1, #FF0000], [Données 2, 4, 15, Titre 2, #00FF00]]
Figureexcel uses the {test_framework} test framework. Run the test suite with:
python -m pytest