PyEarthquake is a program that utilizes matplotlib, pyttsx3 and pandas to visualize earthquake data.
Note: If you do not have Python installed, follow these steps:
-
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.)
-
Open the downloaded installer file and follow the installation instructions to install Python.
-
Open a command prompt or terminal window and type the following command to install matplotlib:
pip install matplotlib
-
Press Enter to execute the command. Matplotlib will now be installed.
-
Second, type the following command to install pandas:
pip install pandas
-
Press Enter to execute the command. Then, pandas will now be installed.
If you wanna run PyEarthquake, follow these steps:
- Click the Code button then press Download ZIP
- Open the ZIP file
- Extract the folder to the Desktop
- Locate the run.bat file and double-click on it.
Then, the command prompt will open and PyEarthquake will begin running.