#kivy — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #kivy, aggregated by home.social.
-
Android, iOS и немного Python: подходит ли Kivy для реальных кроссплатформенных задач?
Привет, меня зовут Саша, я ведущий специалист технической поддержки
https://habr.com/ru/companies/selectel/articles/1028464/
#python #selectel #kivy #kivymd #kivy_framework #фреймфорк #программирование #приложение
-
Как я устал пересчитывать кгс/см² в бары и написал своё приложение на Python
Я инженер ОВиК, и меня достало каждый день гуглить перевод кгс/см² в бары. Универсальные конвертеры не знают про Гкал/ч и кгс/м², а инженерные калькуляторы — платные или с рекламой. Написал своё Android-приложение на Python/Kivy: 10 категорий, 60 единиц измерения (включая все инженерные), 5 калькуляторов (скорость в трубе, тепловая мощность с гликолями, расширительный бак по СП 60.13330, потери на клапане, площадь изоляции). Работает полностью офлайн, бесплатно, без рекламы. Рассказываю как сделал, с какими граблями столкнулся и как выложил в RuStore.
https://habr.com/ru/articles/995558/
#python #kivy #android #buildozer #rustore #инженерный_калькулятор #конвертер_единиц #О
-
Working on the upcoming version of MyGNUHealth Personal Health Record, with support for Python 3.14
#GNUHealth #Kivy -
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
-
Installing latest #Kivy framework from source to test #MyGNUHealth on Python 3.14
-
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! 😼🚀
-
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.
-
@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.
-
Fingers3: дорога к последовательностям (padding)
С момента последней публикации о проекте Fingers прошло много времени... И я во многом продвинулся. Вводная часть: Ранее я анонсировал проект Fingers2 по распознаванию алфавита глухонемых (РЖЯ). При этом первая версия конструировалась по принципу обнаруженя объекта (yolo), обработка обнаруженного объекта сверточными слоями (conv2D), однако, данная гепориза показала свою не эффективность и сложность. Поэтому Fingers2 был построен на спайке mediapipe и полносвязных (dense) слоев, что показало скорость и высокую обучаемость (>99% на 34 класса). Однако, в fingers2 были использваны не все буквы. Такие буквы как Е – Ё, И – Й и Ш-Щ отличаются только движением руки, но не формой и с учетом конструкции модели, которая обрабатывает слепок кисти руки невозможно было их различить. Перфекционист во мне не мог с этим смириться и вот что получилось…
-
NoDPI4Android. Решаем проблему «деградации» YouTube теперь и на Android
Салют, Хабр! На связи снова я, Aragorn, со своим проектом по терроризированию Роскомпозора. В прошлый раз я рассказывал о NoDPI - утилите для "раздеградирования" YouTube и установил личный рекорд - 400 звезд на GitHub и блокировка статьи РКН через три дня после публикации. Многие мои знакомые и люди в комментариях просили сделать версию под Android и Android TV. Я не очень дружу с Джавой и с Джавой под андроид в особенности, и поэтому такая перспектива меня не очень прельщала, но у меня был опыт написания android-приложений на python и kivy, который я и решил применить. После нескольких дней (и ночей) напряженного труда и танцев с бубном, мне наконец удалось создать NoDPI for Android , который практически не имеет аналогов. Именно о нем я и хочу сегодня рассказать. Надеюсь, статья будет вам полезна и интересна. Поехали!
https://habr.com/ru/articles/923566/
#nodpi #ркн #youtube #deep_packet_inspection #kivy #kivymd #android #python_for_android
-
Saulala is written in Python, runs on #Kivy, and is built with PyInstaller. I don't even use XCode, nor use Apple's hosting services. The app is free (costs nothing). What would I be paying for?
-
Having a lot of fun installing #MyGNUHealth Personal #Health Record on @PINE64 #PinePhone using latest @postmarketOS with #sxmo :anarchoheart2:
#HappyHacking #Kivy #OpenScience #GNUhealth #privacy #GNU -
Having a lot of fun installing #MyGNUHealth Personal #Health Record on @PINE64 #PinePhone using latest @postmarketOS with #sxmo :anarchoheart2:
#HappyHacking #Kivy #OpenScience #GNUhealth #privacy #GNU -
Saulala v0.8.8.2 Beta is live GitHub (for PCs) and should be live on Google Play Store as soon as it's verified (usually in a day)
Big, huge, humongous Thank You to @barselino for their patience, expertise and kind heart helping me overhaul and greatly improve the image making pipeline.
Patch notes: https://github.com/StudioPetrikas/Saulala
-
Saulala v0.8.8.2 Beta is live GitHub (for PCs) and should be live on Google Play Store as soon as it's verified (usually in a day)
Big, huge, humongous Thank You to @barselino for their patience, expertise and kind heart helping me overhaul and greatly improve the image making pipeline.
Patch notes: https://github.com/StudioPetrikas/Saulala
-
-
-
@mich_waveform It's quite some time I did a project in #kivy but yes it's really good and portable as well. So you can create #windows #linux and #mac apps.
-
@mich_waveform It's quite some time I did a project in #kivy but yes it's really good and portable as well. So you can create #windows #linux and #mac apps.
-
@mich_waveform I did a few things in #kivy + #KivyMD
-
@mich_waveform I did a few things in #kivy + #KivyMD
-
Изи freestyle android приложения на Kivy (Python), Google collab и ваш не любимый ChatGPT
Всё началось с того, что я искал обучающие приложения по программированию. Как ни странно, в русскоязычном сегменте почти отсутствуют подходящие приложения, а многие из них представляют справочники в виде книг...
-
#MyGNUHealth 2.0.1 Personal Health Record released 😎 👇
https://pypi.org/project/mygnuhealth/
#Privacy #eHealth #PHR #Kivy #GNU #OpenScience #GNUHealth -
#MyGNUHealth 2.0.1 Personal Health Record released 😎 👇
https://pypi.org/project/mygnuhealth/
#Privacy #eHealth #PHR #Kivy #GNU #OpenScience #GNUHealth -
#OpenSource, programmable pneumatic setup for operation & #automated control of single- & multi-layer #microfluidic devices:
-#Python #pneumatic control software (#Geppetto), #Kivy #GUI & optional Windows binary
https://doi.org/10.1016/j.ohx.2017.10.001
#DIYbio #lab #instruments #microfluidics -
#OpenSource, programmable pneumatic setup for operation & #automated control of single- & multi-layer #microfluidic devices:
-#Python #pneumatic control software (#Geppetto), #Kivy #GUI & optional Windows binary
https://doi.org/10.1016/j.ohx.2017.10.001
#DIYbio #lab #instruments #microfluidics -
The #Kivy UI framework for #Python has been completely inaccessible to screen reader users for many years. But my colleague Arnold Loubriat is working on fixing that, using #AccessKit, particularly the Python bindings that he developed. There's still a long way to go on this project, but he has posted his work in progress here: https://github.com/DataTriny/kivy/tree/accesskit-demo And here's the tracking issue: https://github.com/kivy/kivy/issues/8547
-
Just built the FreeBSD 14 python wheel for #Kivy 2.3.0. I'm now testing #MyGNUHealth Personal Health Record on this new Kivy version. 😎
#OpenScience #eHealth #PHR #GNU -
CW: Mobile python programming
-
@paoloredaelli #kivy is one of the worst packages of any type I have ever used in my entire life, and I started programming in the early 70s./
It is so terrible I really don't even know where to start. For example, simply constructing a Color has a global side effect(!) The Kivy "language" has a single global namespace over the whole application, has no spec, and is just crazy.
The worst is that there's no good way to make reusable components with behavior.
-
@davidism
I am a member of the #Kivy community. We are looking at clearing up our issues backlog and other user support improvements.I'm impressed to see #Flask has zero open issues, and seems to clear issues with amazing speed.
Do you have any advice or methods to share in managing the issues and users? #python #opensouce
-
I've just pushed A/V call commands to the #CLI frontend of #Libervia. I believe that it's the only #XMPP CLI to date with calling capabilities (make and receive calls).
This complete #web and #desktop (#Kivy) implementations.
All thanks to #NLnet / #NGI Assure grant (and hard work!).
Still need some stabilisation work, hopefully will be ready for incoming release.
-
I'm a member of the #kivy community, a python based GUI. We are having a discussion about how to improve some of the user support channels guiding users to the appropriate channels.
Key issues: lots of support questions in GitHub issues rather than the appropriate support forum; support questions in the dev channels.
What are some of the best know methods for managing user support on open source projects? What projects that do a great job at this? TIA!
#kivy #python #opensource