Skip to main content

Fetches your Amazon order history and matching/tags your Mint transactions

Project description

hivedesktop

Build status Build Status A pyqt5 based desktop app for the hive blockchain

Install

pip3 install hivedesktop

Development

Install python 3.6 Upgrade pip and install virtualenv (replace python by python3 or python.exe, depending on the installation and the system)

python -m pip install pip --upgrade
python -m pip install virtualenv

Create a virtual environment:

python -m virtualenv env

Activate the virtual environment

<path>\env\Scripts\activate

Install the packages:

pip install --upgrade -r requirements/base.txt

For windows

pip install pywin32

is necessary

Releasing pypi

python3 setup.py clean sdist bdist_wheel
python3 -m twine upload dist/*

Create files

pyuic5 ui\mainwindow.ui -o src\main\python\hivedesktop\ui_mainwindow.py
pyuic5 ui\options.ui -o src\main\python\hivedesktop\dialogs\ui_options.py
pyrcc5 src\main\hivedesktop.rc -o src\main\python\hivedesktop\hivedesktop_rc.py

Run the app

fbs run

Freezing the app

fbs freeze

Build an installer

fbs installer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hivedesktop-0.3.3.tar.gz (112.1 kB view hashes)

Uploaded Source

Built Distribution

hivedesktop-0.3.3-py3-none-any.whl (136.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page