QRCode With Python

Eagleweb

Kıdemli Üye
8 May 2021
2,120
1,151
localhost/e8
Hello,
I have coded a QRcode Directly For Turkhackteam, there is no intermediary program Codes are given below.

ecou3ct.png

Since we will work with the image file, go to our library and
Python:
pip install Pillow
Writing.

Then we Install the QRcode Generator library

Python:
pip install qrcode

Python:
import qrcode
qr = qrcode.QRCode(
    version = 1,
    error_correction = qrcode.constants.ERROR_CORRECT_H,
    box_size = 10,
    border = 4,
  
data = "What you want to store in the QR code. https:/Turkhackteam.org"
    qr.add_data(data)
qr.make(fit=True)
    img = qr.make_image()
img.save("image.jpg")

You put the site you want to store in the Data Section QRcode, or whatever you want to store now. "qr" the line that starts with " is the data line. If you're saying that I can't deal with the code, the sites that create free QRcode for you ;

Source : TurkHackTeam QRCode Yapımı /// Eagleweb
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.