ShutdownRepo / pywhisker

Python version of the C# tool for "Shadow Credentials" attacks
GNU General Public License v3.0
577 stars 65 forks source link

Feature request: pipx support #16

Open fsacer opened 7 months ago

fsacer commented 7 months ago

It would be awesome to have pipx support for this useful package so it's even easier to deal with python virtual envs. To make it work the setup.py or pyproject.toml file is needed as per docs https://pipx.pypa.io/latest/how-pipx-works/.

ShutdownRepo commented 7 months ago

Agreed, I would very much like to have pipx support However, I have very few time at the moment, do you mind creating a PR I could review & merge on this matter?