Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.15 KB

File metadata and controls

37 lines (26 loc) · 1.15 KB

Fortnite Real Players

This is a Python application created to track the amount of real players in a Fortnite game. The app uses fortnite oauth, and official endpoints to fetch session data, providing a accurate real players count.

Features

  • Real-Time Tracking: Track the amount of real players in real time.
  • Real players update notifaction: Shows a notifaction on the top left of your screen when the amount of real players updates.
  • User-Friendly Interface: Super easy-to-use interface (even a 5 year old can use this)

Installation

To get started with the app, follow these steps:

Use the compiled version (recommended):

  1. Download the exe from github releases
  2. Run the executable

Use the raw file:

  1. Clone the repository:

    git clone https://github.com/AjaxFNC-YT/Fortnite-Real-Players.git
    cd Fortnite-Real-Players
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the file:

    python realppl.py