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
- Host: GitHub
- URL: https://github.com/dubisdev/pyground
- Owner: dubisdev
- License: mit
- Created: 2023-07-09T16:34:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T12:53:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T06:48:21.528Z (about 1 year ago)
- Topics: python, tauri-app, windows
- Language: TypeScript
- Homepage:
- Size: 3.75 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)