First commit

Former-commit-id: 424079609133edcc501ae185509836ee1181a02c
This commit is contained in:
2022-06-12 19:47:20 +08:00
commit f6658f3d52
51 changed files with 82841 additions and 0 deletions

13
name_code/web/README.txt Normal file
View File

@ -0,0 +1,13 @@
To run the demo, you can open the file demo.html from the browser "File/Open..." menu.
Another option is to start the built-in Python HTTP server by
python -m http.server
The default port is 8000. To specify another port:
python -m http.server 8080
Then load http://localhost:<port>/demo.html in the browser address bar.
For more information please visit http://brython.info.