Skip to main content

UK visa invitation letter generator.

Project description

UK visa invitation letter generator. PyPI

Auto-generates UK tourist visa invitation letter.


Requirements

  • Python 3 with pip
  • LaTeX

Usage

  1. Install the package:
pip3 install uk-invitation-letter
  1. Create data.yml config file

Example:

inviter: !entity
  name: Kayleigh H Welch
  address: !address
    lines:
      - 75 Hertingfordbury Road
      - NEWTON NG13 8QY
      # UK auto-added
  phone: "07758888305"
  email: slwzgtew2wj@temporary-mail.net

employer: !entity
  name: Jstory UK Ltd
  address: !address
    lines:
      - 89 Well Lane
      - PATTERDALE CA11 0LQ

embassy: !entity
  name: British Embassy Moscow
  address: !address
    lines:
      - Smolenskaya Naberezhnaya 10
      - Moscow 121099
      - Russian Federation

invitee: !entity
  name: # <first name> [<other names>]+ <last name>
    - Joseph Brodsky
    - Maria Sozzani
  pronoun: null # they/them/their by default
  relationship: friends

trip: !trip
  arrival_date: 2020-01-01
  departure_date: 2020-01-31
  reason: a short trip
  return_reason: null
  return_country: Russia
  financial_support: false
  1. Run the generator
LATEX_BINARY=<path to latex binary> uk-invitation-letter

The output will be saved to build/invitation.pdf.

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

uk_invitation_letter-0.1.2.tar.gz (7.2 kB view hashes)

Uploaded Source

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