This repository contains a Python script for creating an editable server user interface using the Tkinter library. This interface allows you to customize various aspects of your server UI, including button text, tab titles, colors, and more.
-
Customizable Buttons: You can edit the text of up to 5 buttons on the main user interface.
-
Link Buttons: Add links to your interface for quick access, customizing the text and URL for each link.
-
Tab-Based Interface: Create up to 5 tabs with customizable titles and text content.
-
Color Customization: Change background and text colors to match your server's theme.
-
Data Storage in JSON: UI data is stored in a JSON file, making it easy to save and load your configurations.
- Python 3.7 or higher
- Tkinter 8.6 or higher
-
Clone this repository or download the
progende.py
script. -
Run the script using Python:
python progende.py
-
The user interface will open, allowing you to customize the server UI.
-
Make your changes to button text, tab titles, colors, and other settings.
-
Click the "Save" button to save your changes to a JSON file.
-
To load your saved configuration, click the "Open" button and select your JSON file.
-
If you want to save the JSON data as a single line, use the "Save as Single Line" button.
Feel free to contribute to this project by creating issues, submitting pull requests, or proposing new features and improvements.