Still slowly but surely working on my music library sync program, written in Python and Kivy. It's aimed to be like an old school iTunes replacement, but it can sync with any device, not just iPods.
Как я устал пересчитывать кгс/см² в бары и написал своё приложение на Python
Я инженер ОВиК, и меня достало каждый день гуглить перевод кгс/см² в бары. Универсальные конвертеры не знают про Гкал/ч и кгс/м², а инженерные калькуляторы — платные или с рекламой. Написал своё Android-приложение на Python/Kivy: 10 категорий, 60 единиц измерения (включая все инженерные), 5 калькуляторов (скорость в трубе, тепловая мощность с гликолями, расширительный бак по СП 60.13330, потери на клапане, площадь изоляции). Работает полностью офлайн, бесплатно, без рекламы. Рассказываю как сделал, с какими граблями столкнулся и как выложил в RuStore.
https://habr.com/ru/articles/995558/
#python #kivy #android #buildozer #rustore #инженерный_калькулятор #конвертер_единиц #О
CHON - atomic tetris. Executables for Linux and Windows available.
Repo: https://github.com/sjaehn/chon
Downloads v0.3: https://github.com/sjaehn/chon/releases/tag/v0.3
Moin! I’m new here 😅 What should I expect? What’s different around here?
I make games as a hobby. On the Google Play Store you can find Meowglider and Mobile Doomer Simulator.
On itch.io I’ve released a calm little RPG called Auf der Suche nach dem verschwundenen Kätzchen (German only).
And on Steam my main project Purrfect Galaxies will launch for World Cat Day 2026.
If you like this, any support would power up my dev-energy! 😼🚀
@maphew My recomendation for that is #kivy but i'm heavily biased, having been involved with it for years, and contributing to it a lot. However, i've seen many users report a lot of joy using it.
Some people make the mistake of trying to avoid Kvlang, the yaml-like markup language that it uses to make declarative UIs, it's a mistake, because it's quite easy to learn and make everything a lot easier. Keep Python for the core logic, Kvlang for the UI on top of it.
Feel free to ping me about it.
Android. Starting Kivy App and Service on bootup. API 35
Это мини статья является дополнением к статье Android. Starting Kivy App and Service on bootup , в которой запускал сервисом kivy приложение на API 22 Android 5 . Теперь будем запускать на последних версиях Android. C API 26 Android 8 и по текущий API 35 Android 15 который есть у меня, постигли изменения, которые необходимо внести для автостарта сервиса. Проверял работу на API 22...35, телефоны: Highscreen power five, Nokia 8, Xiaomi Смартфон Redmi Note 14.