An open API service indexing awesome lists of open source software.

https://github.com/CodedByArizola/weekly-temperature-chart

This is a program that will record temperatures of each day of the week as well as display the coldest and warmest day. It will also summon a bar chart with the temperature values.
https://github.com/CodedByArizola/weekly-temperature-chart

Last synced: 8 months ago
JSON representation

This is a program that will record temperatures of each day of the week as well as display the coldest and warmest day. It will also summon a bar chart with the temperature values.

Awesome Lists containing this project

README

          

# Weekly Temperature Chart

A program that will display a chart of temperatures of a week. It will ask the user for the temperature for each day and then generate a bar chart.

### How to run:
1. Ensure that you have **pip** installed. You can check the documentation here.
2. When you are ready to install **pip**, run whichever command matches your OS within the documentation.
3. Once **pip** is installed, go to your terminal window and enter the following command: `pip install matplotlib`
4. Once **matplotlib** is installed, you can now import the library into a Python script.

Import Example:
```python
import matplotlib.pyplot as plt
```

Chart Example:


bar chart