This Python project takes a URL from the user and generates a QR code containing that URL. The QR code is saved as a PNG using the Pillow library.
This project requires Python 3 and the following libraries to be installed:
- qrcode
- Pillow
You can install these libraries using pip:
pip install qrcode Pillow
To use this project, run the qrcode.py
file and enter a URL for the QR code you want to create. The QR code will be generated and saved as a PNG image file named qrcode.png
in the current working directory.
Additionally, a generate_qrcode.bat
file is provided for ease of use. You can run this file to automatically run the qrcode.py
file.
This project is licensed under the MIT license.
Bu Python projesi, kullanıcıdan bir URL alır ve bu URL'yi içeren bir QR kodu oluşturur. QR kodu Pillow kütüphanesi kullanılarak PNG olarak kaydedilir.
Bu proje için Python 3 ve aşağıdaki kütüphanelerin yüklü olması gerekmektedir:
- qrcode
- Pillow
Bu kütüphaneleri pip aracılığıyla yükleyebilirsiniz:
pip install qrcode Pillow
Bu projeyi kullanmak için qrcode.py
dosyasını çalıştırın ve oluşturmak istediğiniz QR kodu için bir URL girin. QR kodu oluşturulacak ve qrcode.png
adında bir PNG resim dosyası olarak mevcut çalışma dizinine kaydedilecektir.
Ayrıca, kullanım kolaylığı için bir generate_qrcode.bat
dosyası da sağlanmıştır. Bu dosyayı çalıştırarak qrcode.py
dosyasını otomatik olarak çalıştırabilirsiniz.
Bu proje MIT lisansı ile lisanslanmıştır.