# Nancy Fire Projects
## Overview
This repository contains a Python application utilizing Tkinter for creating graphical user interfaces and Pandas for data analysis.
## Setup and Installation
Follow these steps to set up and run the application:
1. **Clone the repository or download the project files to your local machine.**
2. **Navigate to the project directory:**
```bash
cd /path/to/your/project
-
Create a virtual environment:
python3 -m venv nancy_fire_env
-
Activate the virtual environment:
- On Linux and macOS:
source nancy_fire_env/bin/activate
- On Windows:
nancy_fire_env\Scripts\activate
- On Linux and macOS:
-
Install the required packages:
pip install pillow pandas requests beautifulsoup4 matplotlib
-
Run the application:
python nancy_fire_app.py
Follow these steps to push changes to GitHub:
-
Initialize a Git repository:
git init
-
Add files to the repository:
git add .
-
Commit the changes:
git commit -m "Initial commit"
-
Add the remote repository:
git remote add origin https://github.com/yourusername/nancy_fire.git
-
Push to GitHub:
git push -u origin master