Oct-01-2024, 12:54 AM
I am a basic Python user in Linux, and I am trying to activate the geany text editor with Python, and a preset windows size and position. The libraries confuse me for such a simple task. Help is most appreciated.
import os, subprocess from tkinter import * gui_= tk_() time.sleep(0.1) subprocess(gui_[0], shell = false, executable="geany") gui_.geometry("768x864") gui_.mainloop()
Linux Mint Cinnamon 22 - Python 3.12.3 - Autokey-gtk 0.96.0 as of 2024-01-13.