Skip to content

A simple code to build cards for TTRPGs, such as Crown and Skull

Notifications You must be signed in to change notification settings

Raimondo-M/CnScards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple code to create cards for TTRPG. The cards' format is based on Crown and Skull from Runehammer games, but it can be customised by changing the code.

  1. Fill the CSV file with the descriptions of your cards.
  2. If you have images for the cards, place them in a folder named "pics." Make sure each image has the same name as the corresponding card in the CSV file.
  3. Execute the 'cards_gen.py' script to generate the cards.

Additional notes:

  • You can use different CSV files for your cards. Just change the file name in the 'cards_gen.py' script to match your new CSV file. This also applies to changing templates, fonts, and other elements.
  • If you have multiple cards, images, or descriptions with the same name, you can differentiate them by adding _1, _2, etc., to the end of their names. Note that the name printed on the card will not include these numbers.

About

A simple code to build cards for TTRPGs, such as Crown and Skull

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages