Skip to content

sinchan-s/graphython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphython

Graphython is a python based graph making program.

Attributes

  1. It makes use of matplotlib graphs more easy to visualize.
  2. This program takes n_rows x 2_columns.
  3. future_scope.py is intentioned for project scope expansion in the deconvolution of curves

Requirements

Python 3.6+

  • NumPy (pip install numpy)
  • Pandas (pip install pandas)
  • MatplotLib (pip install matplotlib)
  • Tkinter - Built-in python library

Project demo

Main Application View:

pic1

Various Application Features:

detpic1

Actual Graph View:

pic2

Graph Pan & Zoom Feature:

comb1

Tab Options:

comb2

Contributing

Pull requests are welcome.

License

Open Source license MIT.

Releases

No releases published

Packages

No packages published

Languages