Skip to content

Alexandregirbal/QRCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRCodes

A simple project to generate custom QR codes

1. Setup

1.1. Python version

Python 3.10 or higher is required for this repo.

1.2. Virtual environment

I recommend using a virtual environment, but it's not required.

To do so, follow this little tutorial,

  • Update and upgrade your system:

    sudo apt-get update
    sudo apt-get upgrade
  • Install python3.10 if not already done:

    sudo apt-get install python3.10
  • Install python3-venv:

    sudo apt-get install python3-virtualenv
  • Install python3-pip:

    sudo apt-get install python3-pip
  • Install virtualenv:

    python3 -m pip install virtualenv
  • Create a virtual environment with python3.10 (or any higher version):

    virtualenv -p /usr/bin/python3.10 venv

About

A simple project to generate custom QR codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages