Metadata-Version: 2.1
Name: tikzpy
Version: 0.0.4
Summary: TikZpy simplifies the art of drawing by code tikz figures
Home-page: https://github.com/narfisaeu/tikzpy.git
Author: narfisaeu
Author-email: tikzpy@narfisa.eu
License: BSD 3-Clause License
Keywords: tikz,tikzpy,latex
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: license.txt
Requires-Dist: numpy
Requires-Dist: matplotlib

TikZpy package for drawing in TikZ
==================================

What Is This?
-------------

TikZpy simplifies the art of drawing by code tikz figures in eps, png and tikz LaTeX compatible figures using Python


How To Use This
---------------

Install as,

```
python3 -m pip install tikzpy
```

More info in [tikzpy.readthedocs.io](https://tikzpy.readthedocs.io)

Requires to install MikTex (miktex.org) or similar LaTeX distribution.

Install Latex in Windows:

* Install MikTex (miktex.org)

Install Latex in Ubuntu:

```
sudo apt-get install texlive-full
sudo apt-get install xzdec
sudo tlmgr install pgf
sudo tlmgr install tikz-cd
```
