Skip to content

Generates a board filled by a .txt file and saves it to .pdf.

Notifications You must be signed in to change notification settings

JMAlejandra/PDF-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PDF-Board

This Python script generates a randomized board with text provided by a .txt or .in file, and which is saved to a .pdf file in grid format.

The Text File

PDF-Board requires an input file to fill the board's grid. The text inside the file should be formatted as follows:

Input File Format

Functionality

PDF-Board allows you to select the input file of your choice from anywhere in your computer. To use the tool you must:

  1. Run the script from the command line using python pdfBoard.py
  2. Select the input file of your choice through the "Open File" dialog box.
  3. Type the name of your output .pdf file in the "Save File As..." dialog box.

Once these steps have been executed succesfully, you can travel to the folder in which you saved your .pdf to see the finished product.

PC Requirements:

  • PC must have Python 3 installed.

Future Upgrades

  • User-modifiable configuration file.
  • Further validations to reduce possible bugs.

About

Generates a board filled by a .txt file and saves it to .pdf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages