https://github.com/discobisco/2k26-EditorKnown errors
players get sorted by base team name so historic teams and none historic teams in the program are sorted together
only section tested is the player editor. Have made mass changes dropping file size from the 450kb range down to 230kb range
Base is written by GPT. I have had to make mass edits since GPT's safety first and inherit code to want to be helpful breaks things alot.
Since I keep this as open source feel free to make any changes to the code and more than welcome to DM them to me here, discord or github!
~Edit
Editor is set to load between 5k-6k "players" Do not recommend editing any "player" that shows up under the unknown team section as that has nothing to do with players
python 3.11.9 is needed
List of imports used
import os import sys import threading import struct import ctypes from ctypes import wintypes import tkinter as tk from tkinter import ttk, messagebox, filedialog from typing import Dict import random import tempfile import urllib.request import urllib.parse import io import json from pathlib import Path