Keith Thompson wrote:
> Lawrence DÿOliveiro writes:
>> On Wed, 19 Aug 2026 22:33:27 -0800, Maria Sophia wrote:
>>> CUSTOM_ADB_PATH = r"C:\app\editor\android\scrcpy\adb.exe"
>>
>> By the way, I think Python lets you write ´/¡ instead of ´\¡, which
>> saves trouble with r-strings.
>
> File paths
On 12/08/2026 10.26, Chris Green wrote:
I am a retired software engineer with a background in assembler, C and
C++.
I now dabble (mostly for my own amusement) in various bits and pieces,
mostly in Python nowadays. I have written quite a lot of Python
command line programs to run in a terminal.
Lawrence D'Oliveiro wrote:
> Why not provide your own commands for initializing a new database
> if it doesn't already exist? Save the user some work.
Hi Lawrence,
Regarding launcher-agnostic layout replication without root privileges.
I've been thinking about your suggestion, because it would
Keith Thompson wrote:
> Lawrence D'Oliveiro writes:
>> On Wed, 19 Aug 2026 22:33:27 -0800, Maria Sophia wrote:
>>> CUSTOM_ADB_PATH = r"C:\app\editor\android\scrcpy\adb.exe"
>>
>> By the way, I think Python lets you write "/" instead of "\", which
>> saves trouble with r-strings.
>
> File paths