This is a Python project QRcode Generator that uses a virtual environment for dependency management.
First, clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
Then, navigate into the project directory and create a virtual environment:
Activate the virtual environment:
On Windows:
.venv\Scripts\activate
On Unix or MacOS:
source .venv/bin/activate
Then, install the project dependencies:
pip install -r requirements.txt
Ashutosh Gaurav