Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

GUI Software to create plot and graph from CSV powered by matplotlib

Notifications You must be signed in to change notification settings

KuhakuPixel/CsvPlotterAndGrapher

Repository files navigation

CSV GRAPH

Graph Maker from csv file

ScreenShot 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

Features

  • Read Csv's column data
  • Scatter Graph
  • Histogram Graph
  • Line Graph

Installation

Install the zip here

Unzip it and run CsvPlotterAndGrapher.exe

Contribution

The Gui is created using c# (winform project) and the plot is created using python and matplotlib

Contribution

Want to contribute? Great!

Development Enviroment Setup

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

License

MIT