Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Big chance that need runned as administrator to funcionate.
Basicly just changing and showing clipboard data by an UI. ML-Console Commands MOD is needed (make sure when you hit F10 ingame the console came up, only after that start use this ui.) this is just a helper which makes use of the Console Commands MOD way easier and comfortable. First ever .py program i made, i tested it out seems bug free. needs the images directory to run. Have fun. select what u want in the ui, in-game the numpadEnter key will insert the commands.
(i wanted to share this as an exe file but wasnt possible so:) easiest way to run a .py file is installing IDLE from https://www.python.org/downloads/ To run this Python file successfully, you need to install several external libraries. Here's what you should install and how: ✅ Required Packages:
Pillow (for PIL — image processing)
pyautogui (for GUI automation)
pyperclip (for clipboard interaction)
keyboard (for global hotkeys)
pywin32 (for win32gui — Windows GUI interaction)
ttkbootstrap (for enhanced themed widgets)
🔧 Install All with pip : Open a command prompt as Administrator and run: pip install pillow pyautogui pyperclip keyboard pywin32 ttkbootstrap 📌 Notes:
Make sure you’re using Python 3.x.
These modules are all available on PyPI, so no special configuration is needed.