Python project setup, updater, and launcher
Increase project productivity and provide features easily. Once installed as a git submodule (or downloaded), placed in a project and configured, it automatically provides updates, dependency installation, and launcher. It automatically finds the required version of python, launches projects with it. In addition, pyLaunch:Launch allows custom exit values, which can be used to reload source code quickly and enable easier code editing.
- Project lead: Anonoei
- Langauge: Python 3.6+ (due to f-strings, tested on 3.10)
- License: MIT
- Dependancies: None
- Documentation: daav.us/docs
- Documentation
- In-depth documentation
- Basic overview/help (CUI/GUI)
- Frontend UI
- Configurator UI
- Language Support
- C++
- Python
- Pull private repositories
- Arguments
- Saveable configurations
- Download/place in your project's root directory
- Git submodule
- Open git terminal in your repository folder
- Run
git submodule add https://github.com/daavofficial/pyLaunch.git
- Manual
- Click the 'Code' button near the top right corner > Download ZIP
- Extract the zip file
- Move the
pyLaunch
folder into your project's root directory- If you want to move the
pyLaunch
folder somewhere else, please add the argument-p [PATH TO DIRECTORY CONTAINING pyLaunch FOLDER]
to your start script
- If you want to move the
- Git submodule
- Create your project's launch script
- Example (Windows)
- Inside your project's root folder: Right Click > New > Text Document and add the following:
@echo off
python "pyLaunch/start.py -cp [PATH YOU WANT TO SAVE CONFIGURATION]
- By default -cp uses whatever directory the start script is installed
- File > Save As
- Save as type:
All Files
- File name:
start.bat
or whatever you want to name it, with the .bat extension
- Inside your project's root folder: Right Click > New > Text Document and add the following:
- Example (Windows)
- Launch the new
start
script - Configure your project with pyLaunch's Configurator
- Update your project's .gitignore
- Add the following to your .gitignore file
pyLaunch/logs
- Download from source
git clone https://github.com/daavofficial/pyLaunch.git
- 'Code' button near the top right > Download ZIP, extract the file
- Open 'pyLaunch' folder.
- Have fun! Read our documentation for more under-the-hood details
Copyright © 2022 DAAV, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.