Skip to content

ChronEngi/PyTerminalCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTerminalCraft

⚠️ DISCLAIMER ⚠️

This code executes any text sent in the chat. Use in multiplayer environments is strongly discouraged, and the author disclaims any responsibility for any damage. Use only if you are fully aware of the consequences and have the necessary expertise.

What's that?

PyTerminalCraft is a utility designed to parse the Minecraft Java log file and execute the messages within the computer terminal. This tool enables a good integration of Minecraft chat with the terminal, providing a convenient way to interact with the game's messages directly from the message line interface.

Windows only for now! 🪟

alt text

How to run 📘

1) Python and Ctk 📦

Run the 'setup.bat' file to install Python and the customtkinter library automatically.
Otherwise, you can download Python manually and run pip3 install customtkinter and pip3 install tk

Python: https://www.python.org/downloads/
Ctk: https://pypi.org/project/customtkinter/0.3/

2) Run 🚀

Run the 'run.bat' file.
Otherwise open terminal in the project root and run python main.py