Skip to content

A Python program that uses matplotlib, pyttsx3 and pandas to access and visualize earthquake data from USGS spreadsheets.

Notifications You must be signed in to change notification settings

XavierCodes99/PyEarthquake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyEarthquake

PyEarthquake is a program that utilizes matplotlib, pyttsx3 and pandas to visualize earthquake data.

pyearthquake

Note: If you do not have Python installed, follow these steps:

  1. Download the latest version of Python from the official website at https://www.python.org/downloads/. (Note: You should install version 3.10 or else it will not work properly.)

  2. Open the downloaded installer file and follow the installation instructions to install Python.

  3. Open a command prompt or terminal window and type the following command to install matplotlib: pip install matplotlib

  4. Press Enter to execute the command. Matplotlib will now be installed.

  5. Second, type the following command to install pandas: pip install pandas

  6. Press Enter to execute the command. Then, pandas will now be installed.

If you wanna run PyEarthquake, follow these steps:

  1. Click the Code button then press Download ZIP
  2. Open the ZIP file
  3. Extract the folder to the Desktop
  4. Locate the run.bat file and double-click on it.

Then, the command prompt will open and PyEarthquake will begin running.

About

A Python program that uses matplotlib, pyttsx3 and pandas to access and visualize earthquake data from USGS spreadsheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published