|
| 1 | +<img src="https://i.esdrop.com/d/7o0dj05m8rnz/JNGCMedl18.png" width="45%"> |
| 2 | + |
| 3 | +[](https://pypi.python.org/pypi/visualpython/) |
| 4 | + |
| 5 | +[](https://github.com/visualpython/visualpython/blob/main/LICENSE) |
| 6 | +[](https://github.com/visualpython/visualpython/blob/main/CODE_OF_CONDUCT.md) |
| 7 | +[](https://pepy.tech/project/visualpython) |
| 8 | +[](https://github.com/visualpython/visualpython/issues) |
| 9 | + |
| 10 | +## Introduction |
| 11 | +Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension. <br> |
| 12 | +Visual Python is an open source project started for students who struggle with coding during Python classes for data science. |
| 13 | + |
| 14 | +<br> |
| 15 | + |
| 16 | +Try Visual Python if you would like to: <br> |
| 17 | +* manage big data with minimal coding skills. <br> |
| 18 | +* help students / business analysts / researchers to overcome learning barriers for Python. <br> |
| 19 | +* save & reuse repeatedly used codes(snippets). <br> |
| 20 | + |
| 21 | +<br> |
| 22 | +<img src="https://github.com/visualpython/visualpython/blob/main/img/Visual%20Python_2.2.8.gif?raw=true" width="95%"> |
| 23 | + |
| 24 | +## Getting Started |
| 25 | + |
| 26 | +### 1. Requirements |
| 27 | + |
| 28 | +Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already.<br> |
| 29 | +- Python version 3.x |
| 30 | +- Jupyter notebook environment |
| 31 | + |
| 32 | +### 2. How to Install |
| 33 | + |
| 34 | +**1) Install package from** |
| 35 | +``` |
| 36 | +pip install visualpython |
| 37 | +``` |
| 38 | + |
| 39 | +**2) Enable the package** |
| 40 | +``` |
| 41 | +visualpy install |
| 42 | +``` |
| 43 | + |
| 44 | +**3) Activate Visual Python on Jupyter Notebook** |
| 45 | + |
| 46 | +Click orange square button on the right side of the Jupyter Notebook menu bar. |
| 47 | + |
| 48 | +### 3. Package Control Info |
| 49 | +* Usage: visualpy **[option]** <br> |
| 50 | +* Optional arguments: |
| 51 | + |
| 52 | +``` |
| 53 | +help - show help menu |
| 54 | +install - install packages |
| 55 | +uninstall - uninstall packages |
| 56 | +upgrade - version upgrade |
| 57 | +version - version check |
| 58 | +``` |
| 59 | + |
| 60 | +## Contributing |
| 61 | +If you are interested in contributing to the Visual Python, please see [`CONTRIBUTING.md`](CONTRIBUTING.md). <br> |
| 62 | +All skills from programmers, non-programmers, designers are welcomed. |
| 63 | + |
| 64 | +* Programming Guide: [Developer Documentation](https://bird-energy-733.notion.site/visualpython-docs-85c0274ff7564747bb8e8d77909fc8b7) |
| 65 | +* GUI Design Guide: [Visual Python GUI Kit 1.0](https://www.figma.com/community/file/976035035360380841) |
| 66 | + |
| 67 | +## License |
| 68 | +GNU GPLv3 with Visual Python special exception (See LICENSE file). |
| 69 | + |
| 70 | +## Mission & Vision |
| 71 | +**Mission** <br> |
| 72 | +To support technology and education so that anyone can leverage big data analytical skills to create a variety of social values. |
| 73 | + |
| 74 | +**Vision** <br> |
| 75 | +To create an environment where everyone can learn and use big data analytical skills easily. |
| 76 | + |
| 77 | +## Support Visual Python |
| 78 | +Love Visual Python? <br> |
| 79 | +Your support will help us continue to actively develop and improve Visual Python.☕ |
| 80 | + |
| 81 | +<a href="https://www.buymeacoffee.com/visualpython" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=visualpython&button_colour=ffa238&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=FFDD00"></a> |
0 commit comments