
Social Media App made with Python Flet
Made this app with a Python framework called flet. Built off of the Flet App Shell I open-sourced on GitHub: https://github.com/TutorialDoctor/flet-app-shell

Made this app with a Python framework called flet. Built off of the Flet App Shell I open-sourced on GitHub: https://github.com/TutorialDoctor/flet-app-shell
I’ve been using the Pythonista IDE by Ole Zorn for over 10 years and I’m just amazed at how consistently good it is. It doesn’t have the latest greatest features but I still use it almost daily. Works with IOS Shortcuts as well. This would be a good one to add to the Wiki.
I was gifted an Apple keyboard case recently and it totally gives new life to Obsidian on mobile. I didn’t realize how much impact something like that would have (I hesitated greatly because of the price and even looked at alternatives), but now that I have it I’ve been using Obsidian a lot more on mobile.
Some things that are good:
Some things that aren’t so good:
Why? Because I wanted something local, fast and customizable, and because I want to build a personal capstone AI project.
The app itself won’t be open source, but I’ll be releasing an open-source Flet app starter repo on Github so others can bootstrap their own AI-based applications with Flet faster.
Flet has been fun to work with. I chose it because Python is my favorite programming language, most AI libraries are written in Python, and Flet lets me make a much nicer GUI in comparison to Tkinter.
Obsidian is an ocean. No clue why I'm just now discovering Webclipper Templates for Obsidian. It's time to start cranking out some templates for my most used websites now!
For those who don't know what it is, it lets you capture the metadata and full content from websites into your markdown properties in whatever way you want! I plan to pair this with custom CSS and perhaps the Custom HTML views plugin. Not sure how else I'll use this but I've already imported templates for Wikipedia, Twitter/X and Gemini.
Hello there! I'm a software developer by trade and I've used a number of frameworks and languages to build apps. I started out years ago with python to build small utility scripts. For years there wasn't really a "modern" way to build GUI's for python. I think python itself really can boost productivity so it tends to be my favorite language for building tools.
This is why I started using Flet a year or more ago to build personalized productivity apps.
However, I really liked building with VueJS and TailwindCSS and needed more custom UI's so I took a break to learn how to use Tauri to build native desktop apps. You can check out a free Tauri Starter Template I made on GitHub.
But on the other hand, most of the modern AI libraries are written in python, and I found it difficult to set up sidecars with Tauri, so I am going back to Flet for AI related productivity apps. I'm currently building a local-first Higgsfield-like / Seedance-like image/video generator.
In summary, both of these frameworks are amazing for building personalized desktop utility apps.
Also, I like this subreddit 😄
I'm trying to make the best open source tauri app template. I have built a lot of applications but I always end up starting from scratch. I've had the architecture in my mind for this for a long time but Rust was my nemesis (used AI to write all of the rust stuff and even help me get unblocked on how to use it on the frontend).
This repo uses just about all of the core Tauri plugins in a somewhat general-purpose application. Code is little messy as I hack this together but I know this is going to speed up development time. Hope it's helpful to someone.