Csv Graph is a software created to create graph or plot from a csv file
- read csv file by pressing the open button
- Select Plot Type
- Fill the requirements and press the plot button to create the graph
- Read Csv's column data
- Scatter Graph
- Histogram Graph
- Line Graph
Install the zip here
Unzip it and run CsvPlotterAndGrapher.exe
The Gui is created using c# (winform project) and the plot is created using python and matplotlib
Want to contribute? Great!
Use visual studio for WindowFormProject (Developing the GUI)
Use pycharm for PythonBackend(Developing Backend and Api)
open command line , navigate to PythonBackend 's directory and use
pip install -r requirements.txt
To install all of the packages for the python project
MIT