Skip to content

cyberdork33/RocketBookPages

 
 

Repository files navigation

RocketBookPages

Generates RocketBook QR Numerated Pages in a PDF depending on the quantity of pages, the template type and the page size.

Parameters

  • quantity : int, The number of pages that will contain the document.
  • frame : str, The size of the page, it can be A4 or Letter.
  • type : str, A string number that refers to the type of page, it can be (DotGrid:0, Graph:1, Lined:2, Music:3).
  • numbered : bool Define if the pages will be numbered or not.

Returns

  • str, Returns a message with the status
  • file, The *.pdf file

Usage

You must be placed in the program folder.

python rocket-qr.py <quantity> <frame> <type>

Example

Will generate an A4 sized file with 5 pages and with DotGrid template

python rocket-qr.py 5 A4 0

About

Generates RocketBook QR Numerated Pages

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%