termux-gui VS termux-gui-python-bindings

Compare termux-gui vs termux-gui-python-bindings and see what are their differences.

termux-gui

A plugin for Termux to use native Android GUI components from CLI applications. (by termux)

termux-gui-python-bindings

A Python library to interact with the Termux:GUI plugin (by tareksander)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
termux-gui termux-gui-python-bindings
26 14
585 82
5.0% -
6.2 3.7
4 days ago 16 days ago
Kotlin Python
GNU General Public License v3.0 only Mozilla Public License 2.0
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.

termux-gui

Posts with mentions or reviews of termux-gui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-05.
  • New Termux:GUI Language Bindings
    5 projects | /r/termux | 5 Jul 2023
    Termux:GUI already has bindings for:
  • Is there a way to make Termux:GUI faster?
    3 projects | /r/termux | 26 Jun 2023
    Termux:GUI is a fantastic extension. I suggest everyone to install it (together with its set of sample apps) and try to make some simple scripts that involve native android GUI elements.
  • No more crashing! I didn't show that it continues playing with VNC viewer minimized.
    3 projects | /r/termux | 25 May 2023
    This is actually on my to do list, this too https://github.com/termux/termux-gui
  • Termux:GUI 0.1.6 is here, with support for hardware rendering
    5 projects | /r/termux | 29 Apr 2023
    Yes, I use the same debug key to be compatible with Termux GitHub releases. If you don't trust the binary I build, you can download the one from the GitHub Actions build of the release commit. It's build by GitHub with this build script. The Termux GitHub Actions builds are build in the same way.
  • Check if display is on or off
    1 project | /r/termux | 8 Mar 2023
    I think you can use my Termux:GUI plugin for that. At least you can get events when the display is turned on or off. And you can check if the device is locked, which should always be the case when the display is off. Though directly checking the display status is also not possible, but maybe it's enough for your use case.
  • Have you used Termux:GUI?
    3 projects | /r/termux | 24 Jan 2023
    I'm the developer of the Termux:GUI plugin. Although it's only available on GitHub for now due to problems with f-droid, I wanted to see if the community already uses it, and what could be improved: - Is the performance good enough? - Do you want better support for custom homescreen widgets? - If you use it with Python, is the documentation and the tutorial understandable? Even with no knowledge of how the Android GUI works? - If you use your own implementation, is the protocol definition understandable and specific enough? - Would you like to see bindings in more languages than Python, Bash, C/C++ and Rust? - Do you need any other Android Views not implemented already?
  • "TermuxGUI" A guided GUI setup for termux
    2 projects | /r/termux | 15 Jan 2023
    Not to be confused with "Termux:GUI" lol, a logical name for anything GUI related I guess.
  • Using termux to create apps?
    2 projects | /r/termux | 18 Dec 2022
    I made a Termux plugin to make GUIs using the Android GUI system, to get the look and feel of a native Android app. There is a Python library for it. Sadly the f-droid builds are broken right now, so you need to install Termux from GitHub to use it.
  • Termux plugin to use native Android GUI components from CLI
    1 project | news.ycombinator.com | 28 Sep 2022
  • browsing this sub with my Termux reddit client
    3 projects | /r/termux | 25 Sep 2022
    I had time to work on my Termux:GUI plugin again and tried making something bigger. With that I realized object-oriented programming is better suited for GUI and added an oop subpackage to the python bindings, along with some more features I found missing. At the end of the video is a teaser for the bash bindings I'm working on next. If someone wants the code for the reddit client I can clean it up a bit and release it.

termux-gui-python-bindings

Posts with mentions or reviews of termux-gui-python-bindings. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-05.
  • New Termux:GUI Language Bindings
    5 projects | /r/termux | 5 Jul 2023
    Python
  • Termux:GUI Python Update (Performance Improvement)
    1 project | /r/termux | 1 Jul 2023
    I just released a new version of the Python bindings for Termux:GUI which will solve the startup performance problems someone encountered in a recent post here. These are the same issues as for the slow start of Termux:API commands, and as such vary from device to device, but even if you don't fall under that issue, startup should be faster.
  • Have you used Termux:GUI?
    3 projects | /r/termux | 24 Jan 2023
    termux-gui-package has some more apps, and the Python tutorial has more examples with explanations. Or did you mean some other kind of examples?
  • termux:gui always fails to install?
    1 project | /r/termux | 23 Jan 2023
    I was wanting this back. https://github.com/tareksander/termux-gui-python-bindings
  • Using termux to create apps?
    2 projects | /r/termux | 18 Dec 2022
    I made a Termux plugin to make GUIs using the Android GUI system, to get the look and feel of a native Android app. There is a Python library for it. Sadly the f-droid builds are broken right now, so you need to install Termux from GitHub to use it.
  • I made another graphical package manager, this time with pacman and proot-distro support
    2 projects | /r/termux | 10 Oct 2022
    I have a tutorial for the python library if you want to check it out.
  • browsing this sub with my Termux reddit client
    3 projects | /r/termux | 25 Sep 2022
    I had time to work on my Termux:GUI plugin again and tried making something bigger. With that I realized object-oriented programming is better suited for GUI and added an oop subpackage to the python bindings, along with some more features I found missing. At the end of the video is a teaser for the bash bindings I'm working on next. If someone wants the code for the reddit client I can clean it up a bit and release it.
  • i have some simple Python scripts i need to make a simple gui for it..
    3 projects | /r/termux | 26 Jul 2022
    I also made python bindings for the plugin with a tutorial and documentation.
  • About Termux:GUI
    2 projects | /r/termux | 23 May 2022
    If you do want to use it directly: If you are not an android developer, you should read the short introduction to the android GUI system. Currently there is a python library with documentation and a tutorial.
  • I made a small gravity simulator using SDL and my Termux plugin
    4 projects | /r/termux | 22 Nov 2021
    Feedback has been good. If you want to help, you could make bindings for your favourite programming language. I tried to document the protocol as best as I could, but if something isn't clear, you can look at the python bindings. You only need a few things for the protocol: - open a unix server socket in the abstract linux namespace and accept connections. - read a 4 byte big-endian integer. - handle JSON.

What are some alternatives?

When comparing termux-gui and termux-gui-python-bindings you can also consider the following projects:

termux-gui-package - A Termux package containing utilities for Termux:GUI.

termux-app - Termux - a terminal emulator application for Android OS extendible by variety of packages.

dialog-apt - A Command Line Interface for APT! Powered by Dialog from Bash, only for Termux Android for now.

termux-gui-bash - Bash library for Termux:GUI

proot-distro-tui - A TUI for Termux's Proot-Distro

termux-gui-c-bindings - A C/C++ library to interact with the Termux:GUI plugin

termux-x11 - Not released and unmaintained Termux X11 add-on application.

termux-packages - A package build system for Termux.

pk2 - Pekka Kana 2, a platformer game

termux-gui-pm - A graphical package manager for various package formats for Termux