Metadata-Version: 2.1
Name: wython
Version: 0.1.1
Summary: An enhanced version of python (for fun)
Home-page: https://github.com/jiananlan/wython
Author: Jiananlan
Author-email: jal2024@139.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: python-docx
Requires-Dist: Pillow

# wython

---
## 安装与运行

---
使用pip安装wython。  
`pip install wython`  
运行wython。  
`python -m wython test.docx`  
请将python代码放入test.docx文件中。

## 什么是wython？

---
$$Java + python = jython ; word + python = wython$$  

~~显然如果我将其命名为python_word等，这看起来像python中解析word的库。~~  
word可以看成加强版的文本文件，因为其中可以包含图片等元素。wython希望充分利用这些特点，使代码中元素多元化。  
例如，直接在代码中  
`N = ~ # 其中~处在word中放入一个图片`  

