qr scanner mobile application
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
For this project I used python3, kivy, opencv and buildozer
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- python3
sudo apt install python3
- Clone the repo
git clone https://github.com/wowlikon/wowlikon-qr-scanner.git
- Install python packages
pip install -r requirements.txt
- Build app
buildozer android debug
You can use this project for your applications and modify the source code to suit your needs.
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 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 before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Nemchinov Ilya - KTUIS student - wowlikon