hanspi42 / signalflowgrapher

This Python tool allows you to draw signal-flow graphs, calculate transfer functions (SymPy code is generated for further use in Jupyter notebooks), do graph manipulations (e.g., node elimination and graph transposition), and save a graph as TikZ for use in LaTeX documentation.
Artistic License 2.0
30 stars 6 forks source link

Unter macOS wird python als App Name angezeigt #12

Open hanspi42 opened 3 years ago

hanspi42 commented 3 years ago

Unter macOS wird statt dem Applikationsnamen python angezeigt.

image

Das Problem dabei ist, wie die Applikation aktuell gestartet wird (über die Konsole, mit dem Command python). Um das Problem zu beheben, müsste ein Applikationspackage für macOS erstellt werden. Siehe: https://stackoverflow.com/questions/7827430/setting-mac-osx-application-menu-menu-bar-item-to-other-than-python-in-my-pyth/17434380