Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomfong/simple-qr
Simple QR, a simple and lightweight app to scan, create and store QR codes.
https://github.com/tomfong/simple-qr
android angular barcode ionic ios qrcode scanner-generator
Last synced: about 1 month ago
JSON representation
Simple QR, a simple and lightweight app to scan, create and store QR codes.
- Host: GitHub
- URL: https://github.com/tomfong/simple-qr
- Owner: tomfong
- License: gpl-3.0
- Created: 2021-03-23T01:29:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T17:04:42.000Z (9 months ago)
- Last Synced: 2024-08-01T08:13:41.076Z (4 months ago)
- Topics: android, angular, barcode, ionic, ios, qrcode, scanner-generator
- Language: TypeScript
- Homepage:
- Size: 17.3 MB
- Stars: 115
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - tomfong/simple-qr - Simple QR, a simple and lightweight app to scan, create and store QR codes. (TypeScript)
README
# Simple QR
Simple QR
Simple and lightweight app to scan, create and store QR codes
## About
Simple QR is an open-source app to scan, create and store QR codes with a simple UI and experience. No backend service connected. No data collected. No ads.
It's now available on the following platforms.
| Google Play | GitHub | IzzyOnDroid |
|:-:|:-:|:-:|
| [](https://play.google.com/store/apps/details?id=com.tomfong.simpleqr) | [](https://github.com/tomfong/simple-qr/releases/latest) | [](https://apt.izzysoft.de/fdroid/index/apk/com.tomfong.simpleqr) |## Features
By using the app, you can
1. Scan QR Code and other barcodes in a second, including UPC, EAN, Code 39/128, ITF, Codabar, Aztec, Data Matrix, PDF417, MaxiCode and GS1 DataBar.
2. Import image files and scan the QR Code on it.
3. Create QR code from templates, which includes Free Text, URL, vCard Contact, Phone Number, Message, Email, Wi-Fi and Geolocation.
4. Automatically log results that you scan, create or view again. These logged records can be bookmarked for quick access, and also backupable.
5. Do tasks on the result content with a tap, including but not limited to
* Use it as a keyword to do web search.
* Quickly copy it to the clipboard.
* Execute base64 encoding/decoding on it.
* Use it as a content to generate a new shareable QR code.
* Do corresponding tasks if it is a
* URL: Browse website / Open application
* vCard contact: Add contact
* Phone number: Phone call, add contact
* Message: Send message, add contact
* Email: Send email
* Geolocation: Open map6. Customize the generated QR code, e.g. error correction level, color, margin and screen brightness.
7. Customize the app, e.g. app initial page, language and color theme etc.
### Demo
[![Simple QR Demo](https://img.youtube.com/vi/TIC6ZAkWoXY/0.jpg)](https://www.youtube.com/watch?v=TIC6ZAkWoXY)
### Languages Supported
* English (en)
* Chinese (Hong Kong) 中文 (香港) (zh-HK)
* Chinese (Simplified) 简体中文 (zh-CN)
* German Deutsch (de)
* French Français (fr)
* Italian Italiano (it)
* Portuguese (Brazil) (pt-BR)
* Russian Русский (ru)You are welcomed to help translate the app into more languages (refer to this section)
## Contribute
* Sponsor the project.
[![GitHub Sponsor](https://img.shields.io/badge/sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#white)](https://github.com/sponsors/tomfong?frequency=one-time)
[![Buy me a Coffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=flat&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/tomfong)* Star the project.
[![Stars](https://img.shields.io/github/stars/tomfong/simple-qr?style=flat)](https://github.com/tomfong/simple-qr/stargazers)
* Open issues to report bugs or share any new ideas.
[![Issues](https://img.shields.io/github/issues/tomfong/simple-qr?style=flat)](https://github.com/tomfong/simple-qr/issues)
* Translate the app into different languages.
### How to help translate?
1. Take a look at this [JSON](https://github.com/tomfong/simple-qr/blob/master/src/assets/i18n/en.json)
2. Download it, rename it to locale.json, e.g. ja.json for Japanese, de.json for German
3. Change the values of each key.
* Try to stick to the meaning of the original wordings.
* Preserve special characters, e.g. ```\n```.
* Preserve wordings with { }, e.g. ```{secret}```.
* Preserve wordings with \" \", e.g. ```\"cozmo/jsQR\"```.
* DO NOT change the key names.
* DO NOT change the order.
4. Email the JSON to me ([email protected]) after you finish.### Build the project
1. Run ```npm install``` to install all dependencies.
2. Run ```npm run build```### Contributors
Thank you the following contributors who have made the app better!
| Name | GitHub | How? |
|:-:|:-:|:-:|
| mondstern | [mondlicht-und-sterne](https://github.com/mondlicht-und-sterne) | German language translation |
| Valentino Bocchetti | [luftmensch-luftmensch](https://github.com/luftmensch-luftmensch) | Italian language translation |
| Smooth-E | [Smooth-E](https://github.com/Smooth-E) | Russian language translation |
| Daniel Ribeiro | [drcsj](https://github.com/drcsj) | Portuguese (Brazil) language translation |## Framework
```sh
Ionic CLI : 7.2.0
Ionic Framework : @ionic/angular 7.8.2
@angular-devkit/build-angular : 16.2.13
@angular-devkit/schematics : 16.2.13
@angular/cli : 16.2.13
@ionic/angular-toolkit : 9.0.0Capacitor CLI : 5.7.4
@capacitor/android : 5.7.4
@capacitor/core : 5.7.4
@capacitor/ios : 5.7.4
```## Privacy Policy
Please read the [Privacy Policy](https://www.privacypolicies.com/live/771b1123-99bb-4bfe-815e-1046c0437a0f)
## License
[![License](https://img.shields.io/github/license/tomfong/simple-qr?style=flat)](https://github.com/tomfong/simple-qr/blob/main/LICENSE)