Skip to content

Commit e7421db

Browse files
committed
readme updated !
1 parent 2cf8408 commit e7421db

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Graphython
2-
**Graphython application is a graph making program.**
2+
3+
**Graphython is a python based graph making program.**
4+
35
## Attributes
46
1. It makes use of matplotlib graphs more easy to visualize.
57
2. This program takes n_rows x 2_columns.
@@ -10,13 +12,14 @@ Python 3.6+
1012
* NumPy (`pip install numpy`)
1113
* Pandas (`pip install pandas`)
1214
* MatplotLib (`pip install matplotlib`)
13-
15+
* Tkinter - Built-in python library
1416
## 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")
1619

1720

1821
## Contributing
1922
Pull requests are welcome.
2023

2124
## License
22-
[MIT](https://choosealicense.com/licenses/mit/)
25+
Open Source license [MIT](https://choosealicense.com/licenses/mit/).

0 commit comments

Comments
 (0)