• 0 Posts
  • 78 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle




  • Luke@lemmy.mltoAsklemmy@lemmy.mlSimple FOSS GUI for Python
    link
    fedilink
    English
    arrow-up
    5
    ·
    30 days ago

    I’ve historically used PySide (the free-license version of Qt) but for simple stuff like you’re looking for, you might get some mileage out of the Toga GUI toolkit. It’s relatively new, but promising.

    I’ve actually been pretty impressed with the whole suite of BeeWare stuff in my informal testing so far; it’s a nice little bundle of tools. (Specifically I’m interested most in their distribution approach; building Python apps for distribution is a giant fucking pain, but this group seems to have improved the experience significantly.)





  • KDE Connect should fit the bill; despite the name, you don’t need to be using KDE (or Linux even) since there are clients for every major OS, even mobile.

    Among many other cool features, it lets you easily and simply just send a file from one device directly to another on your local network. I use it all the time to send photos from my phone to my desktop without plugging anything in, for example.



  • I see what you mean, I could have phrased it differently. What I meant is that the interface is no longer designed to serve the user (even though the user is using it). The purpose of the interface of a lot of things has shifted from being user focused to exist entirely to serve the interests of the VC (venture capital, e.g., investors) behind the product. It is literally an interface for the investors to generate more money, not for the user to accomplish their tasks better.








  • Not who you asked, but I have similar experiences with recurring depression throughout my entire life so far, and I get a big boost in capacity to avoid deep depression for months/years just by using a small amount of psychedelic mushrooms every now and then. Not even enough to lose my grip on reality or anything wild like that, just enough to chill and be contemplative for an evening. Literally sustains me for months/years from one session.

    I’m looking forward to the scientific community doing more studies on the effects of mushrooms, I truly think they are a potentially massive benefit for some neurotypes.



  • It’s not downloadable software, but you might check out WordPress if you haven’t recently, it’s open source and free (though you do need to host it somewhere).

    It used to have kind of a bad reputation for being a horrible hodgepodge of bad editing UI and random plugins that do things in wildly different ways, but the WordPress team has really stepped up their game in the last few years and it’s actually very nice now as long as you stay away from the commercial plugins. There’s almost always an open source plugin available for anything you’d want to do, but the out of box experience is plenty good for most pages you’d be likely to need.

    WordPress has a very nice “block editor” enabled by default these days, which is essentially just their name for a WYSIWYG interface. Use drag and drop to design the pages, and then click a button to see it in a “code editor” that shows the HTML if you’d rather edit that way.

    Anyhow, I know it’s not exactly what you asked for, but I thought I’d mention it since you did say you are open to something web based.