Mohariade / QRcodeMaker

πŸ“±πŸ’‘πŸ” The QR Code Maker App is a desktop application designed to simplify the process of generating QR codes. It's your one-stop solution for creating QR codes with ease! 🏁 πŸ”§πŸ Developed using Python's PyQt5 library, this app showcases the power of interactive and user-friendly graphical user interfaces (GUIs).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Maker App

Icon

Description

The QR Code Maker App is a simple and easy-to-use desktop application developed using Python PyQt5, providing a sample for new developers who want to learn PyQt5. With this app, you can generate QR codes by typing the content and clicking on the "Generate" button to instantly see the result. Additionally, the app allows you to save the generated QR code image to your local machine.

Features

  • Generate QR codes for various content types
  • Simple and user-friendly interface
  • Instantly preview QR codes
  • Ability to save generated QR codes

Requirements

  • Python 3.x
  • PyQt5
  • qrcode (Python library)
  • PIL (Python Imaging Library) or Pillow

Setup

1. Install Dependencies

Make sure you have Python 3.x installed on your system. You can download it from the official website: https://www.python.org/downloads/

Install the required Python packages using pip:

pip install PyQt5 qrcode pillow

About

πŸ“±πŸ’‘πŸ” The QR Code Maker App is a desktop application designed to simplify the process of generating QR codes. It's your one-stop solution for creating QR codes with ease! 🏁 πŸ”§πŸ Developed using Python's PyQt5 library, this app showcases the power of interactive and user-friendly graphical user interfaces (GUIs).


Languages

Language:Python 83.9%Language:CSS 16.1%