Skip to main content

convert types of habit from uhabits

Project description

uhabits_converter

Build Status License: MIT Code style: black Tested Operating Systems Tested python versions

Loop Habit / uhabits converter.

Warnings

Please back up your data! By default this project does copy your data to a new db before editing it, but I make no promises it won't break on write or import.

This project is developed in my spare time, so it could be out of sync with Loop Habit / uHabits. It has been tested with version 2.0.3.

Features

  1. Convert boolean habits to the new numeric habit type. Example output
    Before After
    coffee_bool coffee_num

Installation

# options 1 pypi
pip install uhabits-converter

# option 2 github release
pip install https://github.com/ConorSheehan1/uhabits_converter/releases/latest/download/uhabits_converter.tar.gz

# option 3 from source
# install python (>=3.8 check pyproject.toml)
# https://github.com/ConorSheehan1/uhabits_converter/blob/main/pyproject.toml#L9
git clone git@github.com:ConorSheehan1/uhabits_converter.git
cd uhabits_converter
poetry install
# if you want the uhabits_converter command available run the lines below.
# otherwise you can use: PYTHONPATH=$(pwd) poetry run task dev
poetry build
pip install .

Steps to convert habits

  1. Follow the instructions for How can I export a full backup of my data?

    1. https://github.com/iSoron/uhabits/discussions/689

    Select the option "Export full backup" on the settings screen.

  2. Copy the .db file to your computer

  3. Run uhabits_converter from a terminal

    1. You can specify arguments up front or interactively. e.g. uhabits_converter --inputdb=Loop_Habits_Backup_2022-02-28_220305.db --habits=Gym,Coffee this will convert the habits Gym and Coffee from boolean to numeric habits. now you can track hours in the gym and cups of coffee, rather than just the days you went to the Gym or drank coffee.
  4. copy the output.db file back to your android device.

  5. follow the instructions for How can I restore a full backup?

    First, go to the settings screen and tap "Import data". A file browser should appear. Tap the menu icon (the one with three vertical lines) and select the app where your backup is stored, such as Google Drive.

    If your backup file is located in your SD card, after tapping "Import data", tap the icon with three dots on the top right corner of the screen and select "Show internal storage". Then, tap the menu icon (the one with three vertical lines) and select your SD card.

Development

See DEV.md

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

uhabits_converter-0.3.0.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

uhabits_converter-0.3.0-py3-none-any.whl (7.7 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