20cmdingding / fbs

Create Python GUIs with Qt in minutes

Home Page:https://build-system.fman.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fman build system

Cross-platform desktop applications are a lot of work:

  • Packaging an app into a standalone executable is not trivial.
  • Creating installers is tedious.
  • Code signing is a hassle but necessary to avoid OS warnings "untrusted app".
  • Auto-updating is a pain.

What makes the situation even worse is that most solutions to the above problems are platform-specific. So you have to create an installer for Mac, one for Windows, etc.

In recent years, Electron has seen a lot of interest as a technology for creating cross-platform desktop apps. The problem is, it is very resource intensive and its performance is not good enough for many use cases.

An alternative to Electron is Qt. It has been around for many more years and can be much faster than Electron. Qt is written in C++, but bindings are available for other languages. A popular choice for Python is PyQt. Another recent binding for Python is Qt for Python.

This project addresses the above problems for applications written with PyQt or Qt for Python. It open sources code that was originally written for the cross-platform file manager fman. By packaging field-tested solutions in one cohesive package, this project lets you create cross-platform desktop apps in minutes, not months.

Getting started

The best place to get started is the official tutorial.

Licensing

This project is licensed under the GPL. In simple terms, this means you can use it for free in open source projects that are also licensed under the GPL. If on the other hand you want to use the project for a proprietary app where you don't want to open source the code, then you need a commercial license. The price for one developer is currently EUR 449. One year of updates is included. To obtain a license, click here.

Current Status

It's currently possible to package and create installers on Windows, Mac and Ubuntu, Fedora and Arch Linux. The next steps are code signing and automatic updates. To stay updated as these features are open sourced, please subscribe here.

About

Create Python GUIs with Qt in minutes

https://build-system.fman.io

License:GNU General Public License v3.0


Languages

Language:Python 83.2%Language:Shell 8.3%Language:Dockerfile 3.6%Language:NSIS 2.9%Language:AppleScript 2.0%