Skip to content
Snippets Groups Projects
Select Git revision
  • cc36bd0950b71cc2f08bfddd3e574f98c24795da
  • main default protected
  • dev
  • py_3.12_support
  • test
  • 0.16.2 protected
  • 0.16.1 protected
  • 0.16.0 protected
  • 0.15.0 protected
  • 0.14.6 protected
  • 0.14.5 protected
  • 0.14.4 protected
  • 0.14.3 protected
  • 0.14.2 protected
  • 0.14.1 protected
  • 0.14.0 protected
  • 0.13.2 protected
  • 0.13.1 protected
  • 0.13.0 protected
  • 0.12.2 protected
  • 0.12.1 protected
  • 0.12.0 protected
  • 0.11.2 protected
  • 0.11.1 protected
  • 0.11.0 protected
25 results

tikka

Tikka

The rich desktop Python client for Duniter V2 Ğ1 crypto-currency

Tikka is a rich desktop Python client to manage your Ğ1 accounts.

It has a system integrated GUI, is fast and powerful.

It is licenced under the GPLv3 licence terms.

Requirements

Install with pipx

You can use pipx to install Tikka.

pipx install tikka

Then simply run the tikka command:

tikka

Upgrade or uninstall:

pipx upgrade tikka

pipx uninstall tikka

Install/upgrade from PyPI

If you are in a Python virtual environment:

pip install --upgrade tikka

If you are not:

# GNU/Linux virtualenv creation
mkdir tikka
cd tikka
python -m venv .venv
source .venv/bin/activate
pip install --upgrade tikka

# get the path of the tikka command
which tikka

Run from PyPI installation

tikka

Or

python -m tikka

GNU/Linux system requirements:

sudo apt-get install libsodium23 gcc