What if the world *doesn't* have enough music players? Well, I decided to write my own.

I'm a professional developer, but audio processing isn't something I've done before, so I'll probably be relying on the #gstreamer library to do the heavy lifting. I'm writing it in #python and using this as a way to learn the #kivy UI toolkit, which I may eventually use in a work project.

The goal is to have a stand-alone device with some special features that I've always wanted in a music player.

¿alguien por aquí pica #UI con #Kivy? ¿qué tal la experiencia?

#python

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 #kivy

Как я устал пересчитывать кгс/см² в бары и написал своё приложение на Python

Я инженер ОВиК, и меня достало каждый день гуглить перевод кгс/см² в бары. Универсальные конвертеры не знают про Гкал/ч и кгс/м², а инженерные калькуляторы — платные или с рекламой. Написал своё Android-приложение на Python/Kivy: 10 категорий, 60 единиц измерения (включая все инженерные), 5 калькуляторов (скорость в трубе, тепловая мощность с гликолями, расширительный бак по СП 60.13330, потери на клапане, площадь изоляции). Работает полностью офлайн, бесплатно, без рекламы. Рассказываю как сделал, с какими граблями столкнулся и как выложил в RuStore.

https://habr.com/ru/articles/995558/

#python #kivy #android #buildozer #rustore #инженерный_калькулятор #конвертер_единиц

Как я устал пересчитывать кгс/см² в бары и написал своё приложение на Python

Знакомая ситуация: сидишь на объекте, смотришь в проект — давление указано в кгс/см², а на манометре бары. В голове пытаешься вспомнить коэффициент. Или заказчик спрашивает: «А сколько это в...

Хабр
Working on the upcoming version of MyGNUHealth Personal Health Record, with support for Python 3.14
#GNUHealth #Kivy
Installing latest #Kivy framework from source to test #MyGNUHealth on Python 3.14

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

#gamedev #kivy #chemistry #tetris

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! 😼🚀

#GameDev #IndieDev #Cats #Gaming #Python #Kivy #Steam

@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.