Python-Scripts Repository
Description: This repository serves as a collection of Python scripts developed by CMDR-Shrine. Follow along CMDR-Shrine's coding journey as they explore and learn Python programming.
-
MadLibsGame.py
- Description: A Python script for playing the Mad Libs word game.
- Last Modified: Last uploaded last year.
-
MadLibsGame2.py
- Description: Another version of the Mad Libs word game Python script.
- Last Modified: Last uploaded last year.
-
Rock Paper Scissors
- Description: Python implementation of the classic Rock Paper Scissors game.
- Last Modified: Last updated last year.
-
doppler.py
- Description: Fetches and displays GIFs of Doppler radar.
- Last Modified: Last updated 2 minutes ago.
Description: This Python script fetches and displays Doppler radar images for specified locations. It allows users to select a radar location by providing a country code and radar code. The script then retrieves the most recent Doppler radar image for that location from the appropriate source on the internet. The script automatically updates the radar image every 10 minutes and displays it using the mpv media player in the terminal.
Usage:
- Run the script
doppler.py
from the terminal. - Input the desired radar location in the format
<Country Code>:<Radar Code>
. - The script will fetch and display the Doppler radar image for the selected location.
Dependencies:
- Python 3
curl
mpv
Contributing: Contributions to enhance the functionality or add features to the script are welcome. Feel free to fork the repository, make changes, and submit a pull request.
Author: This script was developed by CMDR-Shrine.
License: This script is released under the MIT License. Feel free to use, modify, and distribute it according to the terms of the license.