The entire game is implemented in a single Py file, including backend and UI, with ~150 lines of code. A beginner-friendly version of the source code can be found here[3].
Pordle does not copy exactly Wordle's features. E.g., it does not support hardware keyboard, and automatic submits a guess upon completing a line. Please give it a try and let's know how your guessing goes.
----- [1]: https://aptx314.pyweb.io/pordle/app/
[2]: https://www.youtube.com/watch?v=4zLWF11adJ0&ab_channel=PyWeb...
[3]: https://github.com/pywebio/pordle
Edit: formatting