/text-to-pdf-py

Basic Python CLI tool to convert text or Markdown files into a PDF file

Primary LanguagePythonMIT LicenseMIT

Text to PDF

Basic Python CLI tool to convert text or Markdown files into a PDF file

GitHub tag License

Made with Python

System depdencies

  • Python 3
  • Poetry

Installation

  1. Clone the repository:
    git clone https://github.com/MichaelCurrin/text-to-pdf-py.git
    cd text-to-pdf-py
  2. Install the dependencies using Poetry:
    make install

Usage

Check the help for usage:

$ poetry run text2pdf --help

Run the examples using sample data:

make run-test

License

Released under MIT by @MichaelCurrin.

A copy of the original license must be included if a significant portion of this template or project is used. You could rename it to LICENSE-source and then include your own LICENSE file with your name.