This repository contains Python code for generating a pie chart from input CSV data.
- Clone this repository:
git clone https://github.com/Suchithrapv2000/pieChartCreator.git
- Navigate to the project directory:
cd pieChartCreator - Install the required dependencies:
pip install -r requirements.txt
To generate a pie chart, place your CSV file in the project directory and run the project, also make sure that the csv file is in the correct directory and ensure on its extension as well.
Example of a generated pie chart:

Contributions are welcome! Please open an issue or submit a pull request.