Metadata-Version: 2.1
Name: appletrun
Version: 1.9.0
Summary: ✨ Appletrun takes java file as input and runs the applet instantly with out compilation and html files
Home-page: https://github.com/Royal-lobster/appletrun-python
Keywords: applet,applet run,appletrun
Author: Royal-lobster
Author-email: srujangs8@gmail.com
Requires-Python: >=3.0,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/Royal-lobster/appletrun-python
Description-Content-Type: text/markdown

# APPLETRUN

![](https://img.shields.io/pypi/v/appletrun?style=for-the-badge)
![](https://img.shields.io/apm/l/vim-mode?style=for-the-badge)
![](https://img.shields.io/badge/requires-Java%20%3C%3D%208-red?style=for-the-badge)

AppletRun runs applet code from given java file in a new window

## 👉 Installation

```
pip install appletrun
```

if not working try `python -m pip install appletrun` or `python3 -m pip install appletrun`

## 👉 Usage

```
 appletrun nameOfFile.java
```

<p align="center">
<img src="https://user-images.githubusercontent.com/52039218/127250568-51bfd770-49c3-4d32-9da3-18627d9abde3.gif"/>
 </p>

## 👉 Issues

If you found any bugs or issue post here
https://github.com/Royal-lobster/appletrun-python/issues

