tkterm VS Tkinter-Designer

Compare tkterm vs Tkinter-Designer and see what are their differences.

tkterm

Cross-platform serial terminal console based on Python3 tkinter. Allows user to read serial traffic and send commands while a script is running. (by axs5489)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
tkterm Tkinter-Designer
1 35
1 8,295
- -
0.0 6.0
almost 3 years ago 4 months ago
Python Python
GNU General Public License v3.0 only BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tkterm

Posts with mentions or reviews of tkterm. We have used some of these posts to build our list of alternatives and similar projects.
  • Multiple Windows
    1 project | /r/Tkinter | 19 Apr 2021
    I am working on something similar. I encourage you to take a look at https://github.com/axs5489/tkterm You want the tkterm.py and tksetup.py files. Its far from complete, but I figure I'd save you some time. Serial uses a menu system to pop-up various settings windows, returning them to the main window. I wanted the ability to pop up multiple instances of Serial and have them not interfere with each other (closing the first one used to close all). I fixed that by instantiating a master windowing class (minimized via the withdraw command), automatically instantiating a Serial object and having the ability to add/remove them. My current problem is getting the master window to close when its run out of child windows.

Tkinter-Designer

Posts with mentions or reviews of Tkinter-Designer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.

What are some alternatives?

When comparing tkterm and Tkinter-Designer you can also consider the following projects:

Python-Pulseaudio-Loopback-Tool - A graphical tool to create basic loopbacks, virtual sinks, and to remap sources in Pulseaudio

ttkbootstrap - A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.

pyrustic - Collection of lightweight Python projects that share the same policy

CustomTkinter - A modern and customizable python UI-library based on Tkinter

pySerial - Python serial port access library

pygubu-designer - A simple GUI designer for the python tkinter module

PySimpleGUI - Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.

pygubu - A simple GUI builder for the python tkinter module

Sun-Valley-ttk-theme - A gorgeous theme for Tkinter/ttk, based on the Sun Valley visual style ✨

Azure-ttk-theme - A stunning modern theme for ttk inspired by Fluent Design 💠

Gooey - Turn (almost) any Python command line program into a full GUI application with one line