Skip to content

Commit 9f3c0d1

Browse files
authored
Update README.md
1 parent 1fe56f7 commit 9f3c0d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44

55
[![PyPI version shields.io](https://img.shields.io/pypi/v/visualpython)](https://pypi.python.org/pypi/visualpython/)
66
![Python: 3.x](https://img.shields.io/badge/Python-3.x-yellowgreen)
7-
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-brightgreen)](https://www.gnu.org/licenses/gpl-3.0.html)
7+
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-brightgreen)](https://github.com/visualpython/visualpython/blob/main/LICENSE)
88
[![Code of Conduct: Contributor Covenant](https://img.shields.io/badge/Code%20of%20Conduct-Contributor%20Covenant-pink)](https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md)
99
[![Downloads: ](https://img.shields.io/pypi/dm/visualpython?color=orange)](https://pypistats.org/packages/visualpython)
10-
[![Issues: ](https://img.shields.io/github/issues/visualpython/visualpython?color=%23FF6347)](https://pypistats.org/packages/visualpython)
10+
[![Issues: ](https://img.shields.io/github/issues/visualpython/visualpython?color=%23FF6347)](https://github.com/visualpython/visualpython/issues)
1111

1212
## Introduction
1313
Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension. <br>
14-
Visual Python is an open source project started for students who struggle with coding during a Python class for data science.
14+
Visual Python is an open source project started for students who struggle with coding during Python classes for data science.
1515

1616
<br>
1717

18-
Try Visual Python if you would like: <br>
19-
* to manage big data with minimal coding skills. <br>
20-
* to help students / business analysts / researchers to overcome learning barriers for Python. <br>
21-
* to save & reuse repeatedly used codes(snippets). <br>
18+
Try Visual Python if you would like to: <br>
19+
* manage big data with minimal coding skills. <br>
20+
* help students / business analysts / researchers to overcome learning barriers for Python. <br>
21+
* save & reuse repeatedly used codes(snippets). <br>
2222

2323
<br>
24-
<img src="https://i.esdrop.com/d/7o0dj05m8rnz/ZPvkMGVeix.gif" width="85%">
24+
<img src="https://i.esdrop.com/d/7o0dj05m8rnz/Vo69p6HOwb.gif" width="85%">
2525

2626
## Getting Started
2727

0 commit comments

Comments
 (0)