Metadata-Version: 2.4
Name: JavaScriptNU
Version: 0.0.2
Summary: JavaScript syntax in Python
Author: Iven Boxem
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: summary

# JavaScriptNU
**Gebruik JavaScript-syntax in Python!**

JavaScriptNU is een lichtgewicht Python-module die bekende JavaScript-elementen zoals `console.log`, `const`, `let` en `Math` naar Python brengt. Ideaal voor ontwikkelaars die overstappen van JS naar Python of voor educatieve doeleinden.

## Installatie

Installeer de module via pip:

```bash
pip install JavaScriptNU
