/FantasyFieldhouse

A one-stop platform for in-depth dynasty fantasy football analytics. Get unparalleled insights into your Sleeper league.

Primary LanguagePython

FantasyFieldhouse

Overview

FantasyFieldhouse is your go-to platform for dynasty fantasy football analytics. Gain unparalleled insights into your Sleeper league, with features like all-time leading scorer, power rankings, highest scoring week, head-to-head statistics, and more!

Note: This project is still in the early phases of development and will be deployed in the near future.

Table of Contents

Features

  • All-time leading scorer analysis
  • Power rankings
  • Highest scoring week
  • Head-to-head statistics
  • And more coming soon!

Development Status

FantasyFieldhouse is currently in active development. The UI/UX is also under construction, and a preview will be available soon.

Installation

  1. Clone the repository

    git clone https://github.com/YourUsername/FantasyFieldhouse.git
  2. Navigate to the project directory

    cd FantasyFieldhouse
  3. Create a virtual environment (Optional but recommended)

    python -m venv venv
  4. Activate the virtual environment

    .\venv\Scripts\Activate
  5. Install the required packages

    pip install -r requirements.txt
  6. Run the Flask application

    flask run

Usage

Visit http://127.0.0.1:5000/ in your web browser to start using FantasyFieldhouse.

Contributing

Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.