Package Details: turing-smart-screen-python 3.9.7-1

Git Clone URL: https://aur.archlinux.org/turing-smart-screen-python.git (read-only, click to copy)
Package Base: turing-smart-screen-python
Description: A Python system monitor program and an abstraction library for small IPS USB-C (UART) displays (Unofficial open-source alternative version)
Upstream URL: https://github.com/mathoudebine/turing-smart-screen-python
Licenses: GPL-3.0-or-later
Submitter: swweetp
Maintainer: voxan24
Last Packager: voxan24
Votes: 3
Popularity: 0.43
First Submitted: 2025-04-05 11:55 (UTC)
Last Updated: 2026-03-31 08:07 (UTC)

Latest Comments

emk2203 commented on 2026-03-14 12:06 (UTC) (edited on 2026-03-20 17:08 (UTC) by emk2203)

Any meaningful option (beside help) gives an error message: [ERROR] Python 3.14 is not supported by this program. Python 3.9-3.13 required.

Even though it's outdated and 3.9.7 is the newest, the changelog of 3.9.7 doesn't indicate a change in the requirement of Python 3.9-3.13.

This change has only recently happened in Github MASTER. For a quick fix, open the file /opt/turing-smart-screen-python/library/pythoncheck.py in an editor and change MAX_PYTHON = (3, 13) to MAX_PYTHON = (3, 14) in line 27 of the file.