Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.16 KB

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.