将 Python 终端应用转换为安卓手机应用
1 分•作者: dharmatech•7 个月前
我用 SQLite 和 Python 制作了一个小型的饮水记录应用(记录你一天喝了多少水)。
然后我想在手机上使用它,所以用 Kotlin 做了一个应用作为这个简单数据库的 UI 界面。
接着,我开始思考,如果直接在手机上运行一个 Python 终端应用,我能做到什么程度呢?
结果,我惊讶地发现我走了很远...
https://youtu.be/sTj1FalZMVw?si=yZShqGdDBewV8dob
很乐意在某个时候发布代码。 只是需要整理一下代码库。
我很惊讶没有看到更多像这样的、旨在作为手机应用运行的终端应用。 如果你还知道其他的,请告诉我。
查看原文
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://youtu.be/sTj1FalZMVw?si=yZShqGdDBewV8dob<p>Happy to release the code at some point. Just need to organize the repo a bit.<p>I'm surprised I haven't seen more terminal apps intended to be run as phone apps like this. Let's me know if you know of any others.