Skip to content

Read, modify, and create QR codes effortlessly. This tool allows you to decode a QR code from an image and generate a new one with your changes.

Notifications You must be signed in to change notification settings

vkop007/QR-Code-Decoder-Modifier

Repository files navigation

QR Code Decoder and Modifier

This project is a tool for decoding and modifying QR codes. It allows you to extract information from existing QR codes and create new QR codes with modified data.


Features

  • Decode QR Codes: Decode QR codes from image files.
  • Modify QR Codes: Modify the data of a QR code and generate a new one.
  • Create QR Codes: Create QR codes from scratch with your own data.
  • User-Friendly Interface: An easy-to-use interface for all functionalities.

Installation

  1. Clone the repository:
    git clone https://github.com/vikashkhati007/QR-Code-Decoder-Modifier.git
  2. Navigate to the project directory:
    cd QR-Code-Decoder-Modifier
  3. Install the required dependencies: (You will need to list the required libraries here. For example:)
    pip install opencv-python qrcode Pillow

Usage

(Here you should provide instructions on how to run your program. Since you mentioned there is no command-line interface, you might provide instructions on how to run the Python script and interact with the GUI if you have one, or how to use the functions in the script if it's a library.)

For example:

Running the application

To run the application, execute the main script:

python main.py

This will open the main window of the application. From there, you can choose to decode, modify, or create a QR code by following the on-screen instructions.


Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or find any bugs.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Read, modify, and create QR codes effortlessly. This tool allows you to decode a QR code from an image and generate a new one with your changes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published