About 485,000 results
Open links in new tab
  1. Auto-save function implementation with Python and Tkinter

    Aug 20, 2015 · The GUI is wrote with Python and Tkinter. I'm not very familiar with Tkinter actually. Right now, I want to implement an auto-save function, which runs alongside Tkinter's mainloop(), and save modified files automatically for every 5 minutes .

  2. python - GUI - How to save changes to file automatically

    I also have a file - list of items that I would like to work with - automatically save changes to it everytime I add or delete item in GUI window. I´ve got a problem how to write down two functions for GUI - "add_item" and "delete_item".

  3. How to Save Text to a File Using Python Tkinter? - Python Guides

    Feb 4, 2025 · Learn how to save text to a file using Python Tkinter with `Text` widgets, file dialogs, and `write()` functions. Build GUI applications for text saving!

  4. python - How do I create an automatically updating GUI using Tkinter

    Jul 20, 2014 · You can use after() to run function after (for example) 1000 miliseconds (1 second) to do something and update text on labels. This function can run itself after 1000 miliseconds again (and again). It is example with current time. time = datetime.datetime.now().strftime("Time: %H:%M:%S") lab.config(text=time) #lab['text'] = time.

  5. Introduction — PAGE 8 documentation - SourceForge

    PAGE is a tool which helps in the creation of Python GUI interfaces using Tkinter and the Tk/ttk widget set. It is a fork or extension of the program Visual Tcl (vTcl) which now produces Python code. PAGE runs on any system with Python installed and the generated Python code requires only Python to execute.

  6. Cutwell/python-auto-gui - GitHub

    Generate a Tkinter GUI from any Python program. Creates a Tkinter GUI to replace any command line interface; Interprets your existing code, removing the need for programming a GUI by hand. Dynamically generates tidy applications, with quality of life features such as exporting data to CSV or PDF.

  7. 15+ Python GUI Projects with Source Code - Medium

    Feb 28, 2021 · These 15+ Python projects with source code will allow you to become an expert in Python: Interactive Language Translator; Encrypt and Decrypt GUI with Python; Screen Pet Game with Python;...

  8. PyAutoGUI Tutorial: How to Automate GUI Tasks with Python

    With PyAutoGUI module, you can automate keyboard and mouse in Python. You can simulate keyboard inputs using write (), press (), and hotkey () functions. Here is an example to get you started. Tweak it for your requirements. With Python, you can configure it to press any keyboard key of your choice.

  9. Save File Dialog in Tkinter (GUI Programming) - Python Lobby

    Save File Dialog: Like other programming languages, Tkinter library of Python also provides functionality to perform the operation of open file, save file or directories. In this guide we are going to talk about save file dialog which is used when we have to save file or directories.

  10. Automate GUI Clicks and Save Screenshots - Medium

    Oct 21, 2019 · Screenshot and GUI click automation code. First I am importing pyautogui (make sure it is installed), time as well as winsound python libraries. Time is required to put pauses in code...

  11. Some results have been removed
Refresh