Mylauncher is a software to help you to do your tasks quickly.
-
Install Python 3.7.7 (Release Date: March 10, 2020) https://www.python.org/downloads/release/python-377/
-
Create the virtual environment: python -m virtualenv venv
-
Activate the virtual environment: venv\Scripts\activate
-
Install the packages: pip install -r requirements.txt
-
Run a file: python main.py
Para atualizar a lista de dependências (requirements.txt): pip freeze > requirements.txt
- Search installed softwares and local files.
- Add hotkey configuration.
- Add plugin support.
- Add markdown/rst rendering.