A simple script written in Python 3 to create a new project
Just a script (woking only on Windows) that creates a new Github repo, clones the repo on the pc and install some basic pip packages for VS Code.
Clone the repo
git clone https://github.com/mlazzarotto/port-scanner.git
Install the required packages
pip install -r requirements.txt
TODO