🐛Bug Fix: Improper QR_GUI implementation #815
Labels
Contributor
Denotes issues or PRs submitted by contributors to acknowledge their participation.
gssoc-ext
hacktoberfest
level3
Status: Assigned💻
Indicates an issue has been assigned to a contributor.
Title
Improper QR_GUI implementation
Bug
Few bugs & issues i found that:-
Changes
Here are the issues and their respective fixes:
if not link or not name: messagebox.showerror()
if self.image_label: self.image_label.destroy()
if os.path.exists(file_path)
- Added overwrite confirmation
- Implemented temporary file cleanup
- Replaced globals with class attributes (
self.img
,self.image_label
)- Generation errors
- Save success/failure
- Input validation
os.remove()
- Added proper image closing
- Implemented temporary file handling
- Improved theme state management
- QR generation
- File operations
- Image handling
Screenshots 📷
Full Name
Yash Kumar Saini
Participant Role
GSSoC-ext
The text was updated successfully, but these errors were encountered: