This repository contains a simple PowerShell script, PythonProjectHandler.ps1, designed to streamline the process of creating a new Python project by automating redundant steps.
The PowerShell script performs the following tasks:
A new directory is created with the specified project name.
A Python virtual environment (env) is created within the project directory.
- Python: Ensure that Python is installed on your system before running the script.
The script assumes that python is available in the system's PATH.
Feel free to customize the script according to your specific project requirements.
Feel free to provide feedback or contribute to this project. Issues and pull requests are welcome!