File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Graphython
2
- ** Graphython application is a graph making program.**
2
+
3
+ ** Graphython is a python based graph making program.**
4
+
3
5
## Attributes
4
6
1 . It makes use of matplotlib graphs more easy to visualize.
5
7
2 . This program takes n_rows x 2_columns.
@@ -10,13 +12,14 @@ Python 3.6+
10
12
* NumPy (` pip install numpy ` )
11
13
* Pandas (` pip install pandas ` )
12
14
* MatplotLib (` pip install matplotlib ` )
13
-
15
+ * Tkinter - Built-in python library
14
16
## Project demo
15
- ![ app-window] ( https://user-images.githubusercontent.com/63915540/158064240-d8bdbd8c-7ff5-416c-86ed-b0db84a4b61f.png )
17
+
18
+ ![ app-window] ( https://user-images.githubusercontent.com/63915540/158064240-d8bdbd8c-7ff5-416c-86ed-b0db84a4b61f.png " graphython ")
16
19
17
20
18
21
## Contributing
19
22
Pull requests are welcome.
20
23
21
24
## License
22
- [ MIT] ( https://choosealicense.com/licenses/mit/ )
25
+ Open Source license [ MIT] ( https://choosealicense.com/licenses/mit/ ) .
You can’t perform that action at this time.
0 commit comments