0

I want to create a box for a website where you can put integers or a float in html using py-script.

I tried using tkinter but it is removed from the Python standard library in the Pyodide distribution due to browser limitations.

  • 1
    Does this answer your question? [How do you input and output text with Pyscript?](https://stackoverflow.com/questions/72093397/how-do-you-input-and-output-text-with-pyscript) – John Hanley Nov 02 '22 at 20:40
  • 2
    Use the HTML DOM elements such as ``. Everything in PyScript is just a layer above the web browser DOM. – John Hanley Nov 02 '22 at 20:40

0 Answers0