Skip to content

Latest commit

 

History

History
110 lines (75 loc) · 3.58 KB

README.md

File metadata and controls

110 lines (75 loc) · 3.58 KB

Logo

QR-Scanner

qr scanner mobile application

Downloads Contributors Forks Stargazers Issues License

Table Of Contents

About The Project

Screen Shot

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
 sudo apt install python3

Installation

  1. Clone the repo
git clone https://github.com/wowlikon/wowlikon-qr-scanner.git
  1. Install python packages
pip install -r requirements.txt
  1. Build app
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 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.

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 for more information.

Authors

  • Nemchinov Ilya - KTUIS student - wowlikon

Acknowledgements