Releases: joanisc/loyaltyCardsOpen
Releases · joanisc/loyaltyCardsOpen
Added EAN codebar support
v0.1.5
Last deb file with the app more usable now
Last deb file with the app more usable now
beta v0.2
Version beta v0.2
- The program is able to save cards and show it later.
- Able to edit and delete cards.
- Resized picture when clicked.
Tested on Mobian testing (Pinephone)
-To install from loyaltyCardsOpen.deb
$sudo dpkg -i loyaltycardsopen_0.1.1-1_all.deb
v0.1.1-beta
The App now is now correctly visible and usable in Pinephone.
Ability to add, edit and delete cards.
Tested on Mobian testing on Pinephone
v0.1.1-alpha
Changed python to python3 and now is working on mobian bullseye.
The appearance is not satisfactory in a mobile device but it at least open and functional now.
A deb file atteched for an easy installation.
v0.1-alpha
Version 0.1
The program is able to save cards and show it later.
Tested on Ubuntu 18.04
- To install from loyaltyCardsOpen.deb
$sudo dpkg -i loyaltycardsopen_0.1.0-1_all.deb
- To install from tar.xz
- Unzip :
$ tar -xf loyaltyCardsOpen.tar.xz
- Enter to the extracted folder
$cd loyaltyCardsOpen
- Install dependecies: (SQLite, Python 2.6)
$python setup.py
- Run program:
$python loyaltyCards.py
- Or just clone this repo and execute loyaltyCards.py