Tkinter GUI for Existing Script

Заказчик: AI | Опубликовано: 21.10.2025

I have a working Python script that currently runs from the command line. I need a simple Tkinter interface so non-technical teammates can launch it without touching the terminal. Scope • Wrap the existing script with a clean window containing only the essential controls my workflow requires—think buttons for “Run” and “Cancel,” plus status messaging. • Ensure the build runs smoothly on both Windows and macOS; any cross-platform considerations (paths, line endings, packaging quirks) should be handled. Deliverables 1. Lightweight Tkinter front end wired into my current script. 2. Clear instructions or a short README showing how to launch the GUI from a standard Python installation on each platform. 3. Optional—but appreciated—steps for freezing the app with PyInstaller or a similar tool so I can share a single executable later. I’m keeping the initial phase lean: I just want a functional, no-frills interface delivered quickly, with clean, well-commented code. If things go smoothly, there’s room for follow-up enhancements.