Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 817 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 817 Bytes

PythonProjectInitializer

Project Initializer for Python

A simple script written in Python 3 to create a new project

Table of Contents

About The 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.

Built With

Getting Started

Installation

Clone the repo

git clone https://github.com/mlazzarotto/port-scanner.git

Install the required packages

pip install -r requirements.txt

Usage

TODO