A simple fusee-launcher frontend for macOS

Overview

A simple fusee-launcher frontend for macOS (Universal). Supports macOS >= 10.9.

It has libusb statically linked, so you don't need to install anything else to use it.

All credit to Qriad who made the original launcher - this is merely a frontend.

Usage

Please note - the app will not work unless you move it outside of the distribution .dmg.

How to create

.app builds can be found on the release page. You can also build from the repo, if you wish.

  1. Make sure you have Xcode installed.
  2. Clone the libusb repository.
  3. Build the libusb dynamic library according to their instructions.
  4. Rename the produced libusb-....dylib to libusb.lib.
  5. Move libusb.lib to the assets/ folder of this repository.
  6. chmod +x create_app.sh
  7. ./create_app.sh
  8. You're done - the app is located in the dist subfolder.
You might also like...
GlobalProtectGUI is a simple tray app to connect, disconnect and monitor globalprotect VPN connection.
GlobalProtectGUI is a simple tray app to connect, disconnect and monitor globalprotect VPN connection.

Simple GlobalProtectGUI GlobalProtectGUI is simple tray app to connect, disconnect and monitor globalprotect VPN connection. Installation Required bef

A simple yet powerful TUI framework for your Python (3.7+) applications
A simple yet powerful TUI framework for your Python (3.7+) applications

A simple yet powerful TUI framework for your Python (3.7+) applications

 guietta - a tool for making simple Python GUIs
guietta - a tool for making simple Python GUIs

guietta - a tool for making simple Python GUIs

PyEditor - A Simple Text Editor for python
PyEditor - A Simple Text Editor for python

PyEditor work in progress Text Editor for python Installation git clone https://github.com/ArmenG888/PyEditor Install the libraries Linux or mac pip

Web-Broswer simple using PyQt5 tools
Web-Broswer simple using PyQt5 tools

Web-Broswer Simple web broswer made using PyQt Completely simple and easy to use How to set it up git clone https://github.com/AsjadOooO/Web-Broswer.g

A simple alarm-clock created using Python and Kivy.
A simple alarm-clock created using Python and Kivy.

Alarm-Clock made with Python and Kivy. A simple alarm-clock created using Python and Kivy. See the time. Set a maximum of 5 alarms. Cancel alarms. Not

Simple GUI python app to show a stocks graph performance. Made with Matplotlib and Tiingo.
Simple GUI python app to show a stocks graph performance. Made with Matplotlib and Tiingo.

stock-graph-python Simple GUI python app to show a stocks graph performance. Made with Matplotlib and Tiingo. Tiingo API Key You will need to add your

A simple project used Tkinter module to make a seperate window
A simple project used Tkinter module to make a seperate window

Project Title This is a program to run a databse where you can store the general information of poeple. This is a very simple project and i have used

A simple todo GUI applicaiton

simple_todo_gui A simple todo GUI applicaiton To create an .exe file, run 'Python setup.py build' after installing PyQt5 and cx_Freeze with pip. Then

Comments
  • Binary only supports 11.0 and up

    Binary only supports 11.0 and up

    This is due to the installer basing the bundled binaries on the installed version of python on my system (12.1).

    Building with MACOSX_DEPLOYMENT_TARGET set to 10.9 results in a binary having a min version of 11.0.

    bug urgent 
    opened by mistyhands 5
  • 0.1.2 Wont start up.

    0.1.2 Wont start up.

    The old version worked besides the hanging after pushing but this new version wont even startup for me. Says CrystalRCM is damaged and can't be opened. You should move it to the Trash.

    Any Ideas?

    opened by skwiz0d 2
Releases(0.1.2)
  • 0.1.2(Dec 7, 2022)

  • 0.1.1(Jan 26, 2022)

  • 0.1.0(Jan 25, 2022)

    Please see the latest release 0.1.2 for a fix to versions older than Monterey!

    First release.

    This might not work on older versions of macOS, with the app stating it was damaged. The build flags suggest the earliest usable release is 11.0. This will be fixed soon, but for now, it's only been tested on Monterey.

    Note: You need to move the .app outside of the dmg for it to work.

    Source code(tar.gz)
    Source code(zip)
    CrystalRCM.dmg(18.71 MB)
Owner
rob
rob
A simple Python Module for sending cross-platform desktop notifications on Windows, macOS and Linux

notify.py Cross platform desktop notifications for Python scripts and applications. Docs You can read the docs on this Git's Wiki, or here Supported P

Mustafa 178 Dec 26, 2022
An offline python frontend for the QuadVisions Colab Notebook using tkinter.

Visions GUI An offline python frontend for the QuadVisions Colab Notebook using tkinter. It offers basic options and interactively displays the genera

null 7 Feb 15, 2022
A small manager/GUI Frontend for QEMU written in Python

qemu-manager A small manager/GUI Frontend for QEMU written in Python Requirements You'll need to have the following tools installed to run this: QEMU

yeppiidev 15 Dec 21, 2022
A GUI frontend for the Kamyroll-API using Python and PySide6

Kamyroll-GUI A GUI frontend for the Kamyroll-API using Python and PySide6 Usage When starting the application you will be presented with a list and so

Simon Sawicki 15 Oct 9, 2022
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

Kivy Innovative user interfaces made easy. Kivy is an open source, cross-platform Python framework for the development of applications that make use o

Kivy 15.4k Jan 7, 2023
Delphi's FireMonkey framework as a Python module for Windows, MacOS, Linux, and Android GUI development.

DelphiFMX4Python Delphi's FireMonkey framework as a Python module for Windows, MacOS, Linux, and Android GUI development. About: The delphifmx library

Embarcadero Technologies 191 Jan 9, 2023
Desktop application for Windows/macOS users to rotate through custom, preset, and searched-for collections of backgrounds with scheduling and additional settings

Background Revolution (In Development, Alpha Release) What? This will be an application for users to customize their windows backgrounds by uploading

Daniel Agapov 1 Nov 2, 2021
A cute running cat animation on your Windows/macOS taskbar.

RunCat by PySide6 A cute running cat animation on your Windows/macOS taskbar. Tags PyQt PySide RunCat Demo You only have to run the RunCat.exe. Run pi

見える 10 Sep 19, 2022
🧮A simple calculator written in python allows you to make simple calculations, write charts, calculate the dates, and exchange currency.

Calculator ?? A simple calculator written in python allows you to make simple calculations, write charts, calculate the dates, and exchange currency.

Jan Kupczyk 1 Jan 15, 2022
A little Python library for making simple Electron-like HTML/JS GUI apps

Eel Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries. Ee

Chris Knott 5.4k Jan 7, 2023