Skip to content

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

License

Notifications You must be signed in to change notification settings

MichaelCurrin/text-to-pdf-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks