
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
A powerful hot reload utility for Tkinter applications that enables real-time code updates without restarting your application.
Install TkinterHotReload using pip:
pip install tkhr --upgrade
Here's a simple example of how to use TkinterHotReload:
import tkhotreload as tkhr
from tkinter import Label, Button
def main(root: tkhr.TkinterHotReload):
# Use the new properties method to set multiple attributes at once
root.properties(
title="Tk Inter Reload",
always_on_top=True,
alpha=0.5,
icon="icon.ico",
debug=False,
)
Label(root, text="Change this and save!").pack(pady=20)
Button(root, text="Click me", command=lambda: print("Clicked!")).pack()
tkhr.app(target=main, watch_dir=".", exclude=["*.pyc", "__pycache__"])
TkinterHotReload monitors your Python files for changes. When you modify and save a file, it automatically:
Contributions are welcome! Here's how you can help:
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please:
Made with ❤️ for the Python community
FAQs
A hot reload implementation for Tkinter applications
We found that tkhr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.