Metadata-Version: 2.1
Name: etpy2png
Version: 0.0.9
Summary: Converting .py Code-Files to .png with Code-Highlighting.
Author: ExperTeach GmbH
Author-email: et_dbu@web.de
License: UNKNOWN
Keywords: python,code,screenshot,png,py,code-highlighting
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

# etpy2png

Package to convert .py Code-Files to .png with Code-Highlighting. 

Writes .py to Markdown in .ipynb and uses jupyter-nbconvert to convert to html with Code Highlighting (via pygments). Runs Selenium to capture a screenshot of the located html-element.

## Usage
```python
from etpy2png import convert

file = "sample.py"
convert(file)
```


