haracz

Polish employment & tax calculator

pip install haracz

What it does

Compare UoP (employment contract) vs JDG/B2B (sole proprietorship) net income side by side. Enter your gross monthly amount and instantly see what lands in your pocket under each scenario, including ZUS contributions, health insurance, and income tax.

Install

pip install haracz[all]

The [all] extra includes currency conversion support via NBP exchange rates.

Usage

# Compare UoP vs JDG side by side
$ haracz compare 25000

# Compare with foreign currency input (e.g. NOK)
$ haracz compare 94450 -c NOK

# UoP with detailed month-by-month breakdown
$ haracz uop 30000 -d

# JDG ryczalt calculation
$ haracz jdg 25000

Features

Currency Conversion

Automatic PLN conversion using live NBP exchange rates for any supported currency.

Month-by-Month

Detailed annual breakdown showing how contributions and thresholds change each month.

Health Tiers

Tracks health insurance contribution tiers and thresholds for accurate JDG calculations.

Side-by-Side

Compare UoP and JDG net income in one command to make informed employment decisions.

Links