Metadata-Version: 2.1
Name: IPythonDisplayFireworks
Version: 0.0.4
Summary: Fireworks using IPython Display
Home-page: https://github.com/atahan-git/IPythonDisplayFireworks
Author: Atahan Ozturk
Author-email: atahan012000@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: IPython

# IPythonDisplayFireworks
Some fancy full-screen firework effects for your jupyter notebooks, mainly implemented using IPython.display, IPython.HTML, Papers.js and TweenMax. 
Can be used with Jupyter Notebooks, and in places where ipywidgets are not supported. Only requires one way communication to work, so great for remote server cases.

Adapted from: https://codepen.io/zadvorsky/pen/FAmuL

How to install from a terminal/command prompt:

	pip install IPythonDisplayFireworks

To install from a jupyter notebook cell:

	!pip install IPythonDisplayFireworks

How to use:
```python
from IPythonDisplayFireworks import Fireworks
Fireworks()
```

![Example Turtle](Example.png)

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/atahan-git/IPythonDisplayFireworks/master)

