Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wowlikon/qr_scanner
Python opencv QR-code scanner
https://github.com/wowlikon/qr_scanner
buildozer kivy python python3 qrcode qrcode-scanner
Last synced: about 1 month ago
JSON representation
Python opencv QR-code scanner
- Host: GitHub
- URL: https://github.com/wowlikon/qr_scanner
- Owner: wowlikon
- Created: 2023-04-10T18:21:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T14:23:47.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T07:16:19.020Z (about 1 month ago)
- Topics: buildozer, kivy, python, python3, qrcode, qrcode-scanner
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QR-Scanner
qr scanner mobile application
![Downloads](https://img.shields.io/github/downloads/wowlikon/wowlikon-qr-scanner/total) ![Contributors](https://img.shields.io/github/contributors/wowlikon/wowlikon-qr-scanner?color=dark-green) ![Forks](https://img.shields.io/github/forks/wowlikon/wowlikon-qr-scanner?style=social) ![Stargazers](https://img.shields.io/github/stars/wowlikon/wowlikon-qr-scanner?style=social) ![Issues](https://img.shields.io/github/issues/wowlikon/wowlikon-qr-scanner) ![License](https://img.shields.io/github/license/wowlikon/wowlikon-qr-scanner)
## Table Of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [License](#license)
* [Authors](#authors)
* [Acknowledgements](#acknowledgements)## About The Project
On the net, I did not find any open source application for scanning QR codes that supports the latest versions of kivy, python and opencv. And so I decided to implement it myself.
* You can make changes to the source code of the project.
* You can use it for your needs.
* Study the operation of applications using computer vision on android## Built With
For this project I used python3, kivy, opencv and buildozer
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* python3
```sh
sudo apt install python3
```### Installation
1. Clone the repo
```sh
git clone https://github.com/wowlikon/wowlikon-qr-scanner.git
```2. Install python packages
```sh
pip install -r requirements.txt
```4. Build app
```sh
buildozer android debug
```## Usage
You can use this project for your applications and modify the source code to suit your needs.
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
* If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/wowlikon/wowlikon-qr-scanner/issues/new) to discuss it, or directly create a pull request after you edit the *README.md* file with necessary changes.
* Please make sure you check your spelling and grammar.
* Create individual PR for each suggestion.
* Please also read through the [Code Of Conduct](https://github.com/wowlikon/wowlikon-qr-scanner/blob/main/CODE_OF_CONDUCT.md) before posting your first idea as well.### Creating A Pull Request
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
Distributed under the MIT License. See [LICENSE](https://github.com/wowlikon/wowlikon-qr-scanner/blob/main/LICENSE.md) for more information.
## Authors
* **Nemchinov Ilya** - *KTUIS student* - [wowlikon](https://github.com/wowlikon/)
## Acknowledgements* [liyuanrui](https://github.com/liyuanrui/kivy-for-android-opencv-demo)