Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imharris24/qr-mate-app-python
An App that allows you to generate QR code.
https://github.com/imharris24/qr-mate-app-python
app customtkinter gui project py python qr qr-code qr-mate tkinter
Last synced: about 3 hours ago
JSON representation
An App that allows you to generate QR code.
- Host: GitHub
- URL: https://github.com/imharris24/qr-mate-app-python
- Owner: imharris24
- License: cc0-1.0
- Created: 2022-12-26T21:16:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T02:08:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T03:17:32.054Z (about 3 hours ago)
- Topics: app, customtkinter, gui, project, py, python, qr, qr-code, qr-mate, tkinter
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QR Mate
A Python GUI app that allows user to generate QR codes.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
## About The Project
A QR code, short for Quick Response code, is a type of barcode that can be scanned using a smartphone camera to quickly access information such as a website URL or text. QR codes have become popular for their convenience and speed in exchanging information.
Now, introducing QR Mate - your ultimate QR code generator. This app, built using Python and custom tkinter, provides a simple and straightforward way for users to generate QR codes from any text they desire. With a neat and minimalist background, QR Mate offers a user-friendly interface that makes generating QR codes effortless. So whether you need to share a website URL or some other information, QR Mate has got you covered.
## Built With
This project is built using following technologies,
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
You must have [Python](https://www.python.org/downloads/) installed on your machine. Once *Python* is installed, download `main.py` from `src` directory.
### Execution
Below are the instructions that will help you run `main.py`.
1. Install qrcode using pip
```sh
pip install qrcode
pip install tkinter
pip install customtkinter
```
2. Run command prompt.
3. Write the following intructions on _cmd_,
```sh
$ # Assign execution permissions
$ chmod +x main.py
$ # Run the script by using its filename
$ ./main.py
```## Roadmap
- [x] Generate QR
- [ ] Scan QRSee the [open issues](https://github.com/imharris24/QR-Mate-APP/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!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## Contact
MUHAMMAD HARRIS - [@im_harrisg](https://instagram.com/im_harrisg) - [email protected]
Project Link: [QR Mate](https://github.com/imharris24/QR-Mate-APP)
## Acknowledgments
Following are the resources used in this project,
* [qrcode - PyPI](https://pypi.org/project/qrcode/)
* [customtkinter](https://github.com/TomSchimansky/CustomTkinter/wiki)