- Install
Python
andpip
- Clone the repository
- Navigate to the folder
- Open the terminal in the folder
- Run the
pip install -r requirements.txt
command - Run the
python main.py
command
- Enter the text or link you want to convert to QR Code
- Choose if you want to change any data of the QR Code
- If you want to change the data, enter the new data. If you don't want to do this continue to
step 4
- Choose the name of the file
- The image will be saved in the images folder
You can contribute to this project by just leaving a star! ⭐
The fill_color
and back_color
are not working. This is due to the library.
If there are any other issues found please leave an issue!
Used | Version |
---|---|
Python | 3.11 |
qrcode library | 7.4.2 |
colorama library | 0.4.6 |