Python终端应用程序作为安卓手机应用程序

1作者: dharmatech2 个月前原帖
我制作了一个小型的水消费应用程序(记录你每天喝多少水),使用了SQLite和Python。<p>然后我想在手机上使用它,所以我用Kotlin制作了一个简单数据库的用户界面应用。<p>接着我想知道,如果我在手机上运行一个Python终端应用,能做到多远?<p>结果我竟然走得很远……<p>https://youtu.be/sTj1FalZMVw?si=yZShqGdDBewV8dob<p>我很高兴能在某个时候发布代码,只需要稍微整理一下代码库。<p>我很惊讶没有看到更多像这样的终端应用程序被设计成手机应用。如果你知道其他类似的应用,请告诉我。
查看原文
I put together a small water consumption app (how much water you drink in a day) in SQLite and Python.<p>Then I wanted to use it on my phone so I made a Kotlin app as a UI for the simple database.<p>Then I wondered, how far could I get if I just ran a Python terminal app on my phone?<p>Well, I got surprisingly far...<p>https:&#x2F;&#x2F;youtu.be&#x2F;sTj1FalZMVw?si=yZShqGdDBewV8dob<p>Happy to release the code at some point. Just need to organize the repo a bit.<p>I&#x27;m surprised I haven&#x27;t seen more terminal apps intended to be run as phone apps like this. Let&#x27;s me know if you know of any others.