Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
- <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
- <title>Weather</title>
- <py-env>
- - pyowm
- - pkg_resources
- </py-env>
- </head>
- <body>
- <py-script>import pyowm</py-script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement