Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

please make it work like normal python #4765

Closed
develperbayman opened this issue May 17, 2024 · 1 comment
Closed

please make it work like normal python #4765

develperbayman opened this issue May 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@develperbayman
Copy link

馃殌 Feature

basically i am having a hard time wrapping my head around this ......im basically looking for that terminal pip install xyz and i can python3 xyz.py load my script experience that uses tkinter and some others in my web browser so i can code and test on my opi5 at a distance ........TTYD web terminal works but i cant get anything past the command line i.e tkinter or qt5 or audio output

is this even what this is?? i know you can call python through javascript .....i guess over all i dont get it

i made a very simple python ide thonny clone and it would be sweet to run in my browser and some of my huggingface scripts as well

am i barking up the wrong tree?

@develperbayman develperbayman added the enhancement New feature or request label May 17, 2024
@ryanking13
Copy link
Member

ryanking13 commented May 22, 2024

Well, graphic libraries like tkinter or qt3 depend on the APIs that each OS provides, which are not available in the browser. So, there is nothing Pyodide can do about it. So, probably in those use cases, Pyodide is not a good solution for you. Otherwise, you should use some Javascript-based UI / audio libraries instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants