microblog
kivy
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
microblog | kivy | |
---|---|---|
217 | 167 | |
4,312 | 16,513 | |
- | 0.9% | |
0.0 | 8.8 | |
5 days ago | 1 day ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
microblog
-
Ask HN: How to get back to programming Python?
I can't speak highly enough of Miguel Grinberg's work with Python/Flask (https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...) and the community he's created around it, for both beginners and advanced folks.
Racing through his mega tutorial was a great refresher for me on the fundamentals, and it's easy to plug in computer vision & related libraries/extensions/packages.
-
How to Visualize a Social Network in Python with a Graph Database: Flask + Docker + D3.js
In the project root directory create a folder called static with one subfolder called js and another called css. The js folder will contain all of the needed local JavaScript files while the css folder will contain all the CSS stylesheets. In the js folder create a file called index.js and in the css folder one called style.css. Just leave them empty for now. If you want to find out more about web development with Flask I suggest you try out this tutorial. Your current project structure should like this:
-
Learning Flask QUICK?
Grinberg pretty popular.
This excellent tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
-
Which styling library/framework do you prefer when you code ReactJS applications?
I miss being able to refer to a single bible when it comes to having to look up how to do a thing. Is there anything similar to Miguel Grinbergs flask mega tutorial for react?
-
I'm ENFP but I write code
Most modern discord bots have a website portal if they're popular. I don't want to assume anything so I thought I'd recommend this series for Flask: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
-
How do I create a server
I personally know Flask. If you want to learn Flask, I would recomend this tuto : Mega flask tuto Note : This tuto would take time, especially if you are new to python. I think it took me like a good month to understand the concept. When i follow this Tuto. I was also a noobie. (never done WebPython nor real python project).
-
A template app?
Not exactly what you're after, but Miguel's mega tutorial will get you started quite quickly. I typically follow his tutorial for the user registration process and then implement the rest of my app.
-
created a simple news site using flask
Look at Miguel's [mega tutorial]([https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world). This is what got me started.
- GUI in python
kivy
-
Modifying GUI elements from a background thread
I have a multi-threaded app using Kivy for the GUI and sometimes need to update the GUI from a background thread. This app is a few years old and I recently updated to Kivy 2.2 and am now getting an exception with the message "Cannot create graphics instruction outside the main Kivy thread" -- which is related to this change in Kivy 2.1: https://github.com/kivy/kivy/pull/7270
-
Python GUIs
Anyone has some experience with Kivy [1]? It seems that it checks off some of my requirements, like cross-platform, supporting touch interfaces, ease of development, allows complex/fancy UIs as well, etc.
-
Ask HN: Who wants to be hired? (June 2023)
Notable Projects: Kivy ( https://kivy.org/ )
My name is Mathieu Virbel, and I am a consultant on system and software architecture with over 12 years of experience as a freelance and 20 years in the field. I have a passion for creating innovative and user-friendly applications. I specialize in using the open-source Kivy framework to develop desktop and mobile applications, but I am also skilled in other technologies and frameworks.
-
Ask HN: Freelancer? Seeking freelancer? (June 2023)
SEEKING WORK | France (UTC-1) | Remote | Full stack developer
My name is Mathieu Virbel, and I am a consultant on system and software architecture with over 12 years of experience as a freelance and 20 years in the field. I have a passion for creating innovative and user-friendly applications. I specialize in using the open-source Kivy framework to develop desktop and mobile applications, but I am also skilled in other technologies and frameworks.
I worked on a variety of subjects, from Interactives and mobile application for Museum and Public Institutions, Embedded system in security company, telecommunication, and Startups environments from scratch. Recently playing with Python, Golang, VueJS 3/Typescript, InfluxDB, Docker Swarm, as well as writing specifications and reviewing code of others contractors.
Technologies: Python (django, flask, tensorflow, Kivy, …), Golang, TypeScript, VueJS, Quasar, Docker, Docker Swarm, Terraform, Ansible, MongoDB, InfluxDB, MariaDB, SQLite, Kafka, Prometheus/Graphana
Résumé/CV: https://meltingrocks.com/cv
LinkedIn: https://www.linkedin.com/in/mathieuvirbel/
Website: https://meltingrocks.com
Email: [email protected]
Notable Projects: Kivy ( https://kivy.org/ )
-
Buildozer won't generate the APK if I use kivy 2.2.0
pip install https://github.com/kivy/kivy/archive/master.zip
-
Kivy Buildozer not working (noob)
Buildozer doesn't work on "plain" Windows, it seems like maybe you tried to pip install it on a windows python? You need to use WSL (or a Linux VM), see here: https://github.com/kivy/kivy/wiki/Using-Buildozer-on-windows-10-using-WSL
- Creation of a wheel picker
-
What's the best way to create a simple program with a GUI in 2023 for a complete noob that runs in any OS?
You want Kivy, https://kivy.org/
-
Starting Python, confused about cross platform app development. Is IronPython + .NET the only option?
Python is multiplatform. For GUI use Kivy
-
CustomTkinter is an easy to use desktop UI library based on Tkinter
Kivy is decent and is available under the MIT License.
What are some alternatives?
PySimpleGUI - Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs
wxPython
KivyMD - KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
PySide - ATTENTION: This project is deprecated, please refer to PySide2
DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Toga - A Python native, OS native GUI toolkit.
Eel - A little Python library for making simple Electron-like HTML/JS GUI apps [Moved to: https://github.com/ChrisKnott/Eel]
pyglet
pywebview - Build GUI for your Python program with JavaScript, HTML, and CSS
Flexx - Write desktop and web apps in pure Python