py-simple-launcher

Super simple dynamic, multi-profile launcher system


Licenses
GPL-3.0/GPL-3.0+
Install
pip install py-simple-launcher==0.0.1

Documentation

py_simple_launcher 0.0.1

Super simple dynamic, multi-profile launcher system


py_simple_launcher

About^

Super simple dynamic, multi-profile launcher system written in python.

Installation^

Available on pip - pip install py_simple_launcher

  1. Windows only due to *nix systems being inconsistent.
  2. Install Python 3.10+ and make sure to include IDLE, pip, tcl/tk, and check "Add python 3.* to PATH"
  3. Reboot your computer
  4. Open a command prompt
  5. Type the following command to install with pip: pip install py_simple_launcher
  6. Create a folder where you want the application to run
  7. Create a text file in the (In Explorer: "right-click->new->Text Document")
  8. Rename that file to "py_simple_launcher.bat" (Without quotes)
  9. Edit the batch file in notepad (or other plaintext editor) to contain the following text : start pythonw.exe -m py_simple_launcher
  10. Double-Click the bat file to launch the program
  11. You can make another folder + bat file to create a new instance of the program (Eg for a separate set tasks like work vs home etc.)

Changelog^

0.0.1^

Push

Generated with py_simple_readme