Download and install
PyQRS was written in Python with the help of the Kivy framework.
If you have Python3 installed on your computer, it is not difficult to run PyQRS using the source code. This is the recommended procedure for Linux and Mac users.
Binaries are available for the Android, the Windows and also for the Linux platform.
Run source code
- After downloading and unzipping the source code in a folder, open a terminal and navigate to this folder.
- Install the necessary dependencies; e.g. Debian and Ubuntu users may issue the following command:
sudo apt install python3-pip xclip xsel
- Install the necessary python modules:
python3 -m pip install --upgrade pip kivy[base] kivy_garden.graph
- Run PyQRS:
python3 pyqrs.py
Android
Packages are available for the following four processor architectures:
ARM-based | x86-based | |
---|---|---|
64 bits |
PyQRS-Android-arm64-v8a.apk 15.7 MB, last update 2023.09.27 |
PyQRS-Android-x86_64.apk also referred to as x64 and AMD64 instruction set. 16.6 MB, last update 2023.09.27 |
32 bits |
PyQRS-Android-armeabi-v7a.apk for usually older ARM-devices. 14.8 MB, last update 2023.09.27 |
PyQRS-Android-x86.apk 16.6 MB, last update 2023.09.27 |
If you have a 64 bits ARM device, you can also run the 32 bits ARM version on it.
If you are having difficulties to determine which zip file you need, you can (temporarily) install an app that shows you the architecture. Inware is such an app. If you install it and go to the ‘System’ tab, you find the answer under ‘Instruction Sets’.
Then
- Download the appropriate apk file on your Android device.
Some browsers on Android will download a file with a .bin
extension. In that case try another browser.
- On your Android device the option ‘Unknown sources’ should be enabled (under Settings/Security).
- Then click/tap on the filename with extension
.apk
; you will be asked whether you want to install the package. - Confirm; the app does not need access to personal data or peripherals. In order to show Wikipedia pages or the PyQRS manual, you will need a working internet connection.
Windows
- Download PyQRS-Windows.zip (15.3 MB, last update 2023.09.27).
- Unzip the downloaded file.
- In the newly created directory PyQRS find the executable file PyQRS.exe.
- (Optional) Create a shortcut for this file on your desktop.
- Execute the file.
Linux
Although the running the source code is the recommended procedure, binaries are also available for Linux users.
- Download PyQRS-linux.zip (27.4 MB, last update 2023.09.27).
- Unzip the downloaded file.
- In the newly created directory PyQRS find the executable file PyQRS.
- (Optional) Create a shortcut for this file on your desktop.
- Execute the file.
All mentioned packages are also available through the GitLab project page