Snow Conditions Python Program

About

This project implements a simple Python program that tells you the snow condition based on the temperature (int) inputted.

A shell script is used to collect input and run the program.

Files in Project

Usage

Running the Script

Use 'run.sh' along with an integer to launch the program

./run.sh <int>

Replace <int> with an integer

Example

./run.sh 25

Output:

Packed Snow

Installation and Setup

  1. Ensure you have Python installed
  2. Give execution permissions to the shell script:
    chmod +x run.sh
  3. Run the script