An open API service indexing awesome lists of open source software.

https://github.com/dubisdev/pyground

A playground for Python
https://github.com/dubisdev/pyground

python tauri-app windows

Last synced: 5 months ago
JSON representation

A playground for Python

Awesome Lists containing this project

README

          


Pyground


A playground for Python



๐Ÿ”— Go to Download Page

ย  | ย  Don't forget to give it a Star โญ


## ๐Ÿ Features

- ๐Ÿง‘โ€๐Ÿ’ป Edit your code in a simple editor, get instant feedback
- ๐Ÿ“ฆ Multiple packages available for import
- โ–ถ๏ธ No need to install anything, just download and run


| โš ๏ธ WARNING: An internet connection is required to run the app for the first time, as it needs to download the Python interpreter. After that, you can run the app offline. If you need to import a package that is not included in the app, you will need an internet connection.. |
| --- |

## ๐Ÿ›ฃ๏ธ Roadmap

I want to keep the project as simple as possible. I'll just add the following features:

- [ ] Save code to file / load code from file
- [ ] Themes
- [x] Autoupdater

## ๐Ÿ” Related Projects

This app works thanks to the following projects:

- [Pyodide](https://pyodide.org/) - The python interpreter for the web
- [X-Python](https://github.com/suren-atoyan/x-python) - An easy way to run pyodide in a web worker
- [Tauri](https://tauri.app) - Build native apps using web technologies

## ๐Ÿ“œ License

MIT ยฉ [David Jimรฉnez](https://dubis.dev)