Skip to content

moderatedan/nancy_fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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
  1. Create a virtual environment:

    python3 -m venv nancy_fire_env
  2. Activate the virtual environment:

    • On Linux and macOS:
      source nancy_fire_env/bin/activate
    • On Windows:
      nancy_fire_env\Scripts\activate
  3. Install the required packages:

    pip install pillow pandas requests beautifulsoup4 matplotlib
  4. Run the application:

    python nancy_fire_app.py

Using Git and GitHub

Follow these steps to push changes to GitHub:

  1. Initialize a Git repository:

    git init
  2. Add files to the repository:

    git add .
  3. Commit the changes:

    git commit -m "Initial commit"
  4. Add the remote repository:

    git remote add origin https://github.com/yourusername/nancy_fire.git
  5. Push to GitHub:

    git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages