QR Code Generator Project Report (1)
QR Code Generator Project Report (1)
Page 0
Page 1
CERTIFICATE
This is to certify that JP SINGH has successfully completed the project titled 'QR Code Generator
(Authorized Signature)
Page 1
Page 2
ACKNOWLEDGEMENT
I would like to express my sincere thanks to all those who guided and supported me throughout the
Page 2
Page 3
TABLE OF CONTENTS
CERTIFICATE I
AKCNOWLEDGEMENT II
ABSTRACT IV
Chapter 1 INTRODUCTION 1
1.1 Introduction 1
1.3 Objectives 4
1.5 Organization 7
CHAPTER 5 CONCLUSIONS 31
5.1 Conclusions 31
REFERENCES 34
Page 3
Page 4
ABSTRACT
This project focuses on developing a user-friendly QR Code Generator using Python and
CustomTkinter (CTTK), integrated with MySQL to save generated data for future retrieval and
analysis.
Page 4
Page 5
Chapter 1: INTRODUCTION
1.1 Introduction
QR codes have revolutionized information sharing. This project demonstrates how to build a
Page 5
Page 6
There is a need for a lightweight desktop app to generate, manage, and store QR codes securely
Page 6
Page 7
1.3 Objectives
Page 7
Page 8
1.5 Organization
Chapter 1 introduces the project. Chapter 2 reviews literature. Chapter 3 discusses system
Page 8
Page 9
We reviewed existing QR code solutions and desktop GUI apps. Limitations included poor UI, lack
of database support, and platform dependency. Our solution aims to overcome these.
Page 9
Page 10
- Database integration
Page 10
Page 11
We tested the app on different systems and recorded performance metrics including generation
Page 11
Page 12
CHAPTER 5: CONCLUSIONS
5.1 Conclusions
- Mobile version
Page 12
Page 13
REFERENCES
- Python.org
- CustomTkinter documentation
Page 13