Skip to content

AjaxFNC-YT/Py-ItemShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py-ItemShop

A Python program to generate the Fortnite item shop as an image.

Overview

This script generates an image of the current Fortnite item shop, saving it in a folder. This project was based on the Fortnite-Shop-Bot by FortniteFevers.

Show Your Support ⭐

  • If you find this project useful or think its cool, consider starring it on github!

Updates

  • Removed Twitter integration; (FUCK TWITTER)
  • Now fully asynchronous with threading to maximize speed.
  • Item shops are saved in a shops folder for saving.
  • OG items are saved in a og folder inside the shops folder.
  • OG items now feature customizable titles on the image.
  • OG items now include the date in the name.
  • Background images for both OG items and item shop images.
  • Optimized if and for loops for cleaner code.
  • Various other improvements and fixes.

Examples:

Item Shop OG Items

Website/API:

Note

The Website/API is a heavily modified version of this repository.

Installation Guide

Step 1: Install Python

  1. Download and install Python from the official Python website.
  2. Ensure that you check the box to add Python to your PATH during installation.

To verify that Python is correctly installed, open a terminal or command prompt and run:

python --version

This should display the installed Python version.

Step 2: Download

  • Download the code by going to Code then Download ZIP on the repository page.
  • Extract the contents of the ZIP file to a directory of your choice.

Step 3: Install Dependencies

  • Open a terminal in the directory where you extracted the files.

  • Run the following command to install the required Python modules:

    pip install -r requirements.txt

Step 4: Configure Settings (Optional)

  • The settings for the app is in the bot.py file and the merger.py file, the merger file is for the final image, bot is for creating all the smaller images

Running the Script

Once everything is set up, you can generate the Fortnite item shop image by running:

python bot.py

This will save the generated images in the shops folder.

About

Python program to generate the fortnite itemshop as an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages