termux-gui-python-bindings VS termux-gui-package

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

termux-gui-python-bindings

A Python library to interact with the Termux:GUI plugin (by tareksander)

termux-gui-package

A Termux package containing utilities for Termux:GUI. (by tareksander)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
termux-gui-python-bindings termux-gui-package
14 7
82 127
- -
3.7 0.0
29 days ago over 1 year ago
Python Python
Mozilla Public License 2.0 GNU General Public License v3.0 only
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-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.

termux-gui-package

Posts with mentions or reviews of termux-gui-package. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-26.
  • 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.
  • 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 cannot open display
    1 project | /r/termux | 1 Oct 2022
    I'm the developer of Termux:GUI. I felt that VNC and the other solutions don't integrate well into the Android ecosystem and made the plugin to leverage the Android GUI system. But because the Android GUI system is so different, normal linux GUI applications don't work with it, though I may make a wayland server using it at some point. For now you need programs build specifically for it with libraries available in Python, soon Bash, and Rust (community-provided). termux-gui-package is a small collections of such programs I made.
  • About Termux:GUI
    2 projects | /r/termux | 23 May 2022
    If you don't want to use it directly, here are some programs.
  • I made a graphical frontend for proot-distro
    1 project | /r/termux | 13 May 2022
    Yes, but it's not commented: https://github.com/tareksander/termux-gui-package/blob/main/scripts/termux-gui-proot-distro.in
  • Termux:GUI: easy custom input dialogs
    5 projects | /r/termux | 17 Nov 2021
    Here are some programs you can use without having to code them yourself.
  • A graphical package manager using Termux:GUI
    4 projects | /r/termux | 14 Nov 2021
    To the source code of the script from the video.

What are some alternatives?

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

termux-gui - A plugin for Termux to use native Android GUI components from CLI applications.

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

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

termux-api - Termux add-on app which exposes device functionality as API to command line programs.

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

termux-packages - A package build system for Termux.

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

termux-gui-red