Running MadQt Project Manager


Prerequisites

In order to run this application you will need to first install the MadQt pip package.

In a command line type the following

MadQtProjectManager

You should see the MadQt Project Manager

image


Create a executable for Windows

1 - Create a new file in a text editor and paste the following code

@echo off
MadQtProjectManager

2 - Save the file as project_manager.bat

Note: Creating a shortcut from this file so that the command line window
does not show will stop Project Manager from receiving drag drops.

Create a shortcut for windows

PsgShortcut is a cool tool that allows for creating windows shortcuts for python scripts.

This will create the same result as the above example but you can have a icon for it.