MojithaR / Python-Kraken

Python Learnings!
3 stars 0 forks source link

python code running problem #17

Closed MojithaR closed 2 months ago

MojithaR commented 2 months ago

how to Runn the Scripts?

MojithaR commented 2 months ago

For each script, save the code to a .py file, e.g., Weather_App.py. Ensure you have any necessary libraries installed, e.g., requests, qrcode, pygame: bash Copy code pip install requests qrcode[pil] pygame Run the script using Python: bash Copy code python Weather_App.py Follow the prompts or interact with the script as described.