A simple downloader/updater/launcher utitlity for nirsoft utitlities.
Development should be done using Windows, as Nirsoft utilities are for Windows.
- Set up a python virtual environment with
python -m venv /path/to/new/virtual/environment
. - Activate the virtual environment with
/path/to/new/virtual/environment/Scripts/activate
. - Install the dependencies with
python -m pip install -U -r requirements.txt
.
- Settings, Run Configurations, Recommended Extensions, and more are specified in the
.vscode
directory