All Projects → DerElam → inkscape-extension-playing-cards

DerElam / inkscape-extension-playing-cards

Licence: GPL-3.0 license
An Inkscape extension that creates templates for playing cards

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to inkscape-extension-playing-cards

prependers
Easily and cleanly extend third-party code.
Stars: ✭ 24 (-4%)
Mutual labels:  extension
youtube-audio
Disable videos on Youtube saves resource usage (Youtube becomes audio only)
Stars: ✭ 13 (-48%)
Mutual labels:  extension
inkscape-gears-dev
Enhanced version of the well known gears extension, allows spokes, center cross, metric module, best evolute shape ...
Stars: ✭ 50 (+100%)
Mutual labels:  inkscape
github-wc-polyfill
Ensure that all GitHub and GitLab scripts required for UXP and SeaMonkey are loaded correctly
Stars: ✭ 87 (+248%)
Mutual labels:  extension
SwitchCaseGenerator
An Xcode Source Editor Extension that generates a swift switch case statement based on selected enum cases
Stars: ✭ 63 (+152%)
Mutual labels:  extension
ormsgpack
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
Stars: ✭ 88 (+252%)
Mutual labels:  extension
react-native-card-list
A React Native component which displays a list of image cards that zoom to fullscreen
Stars: ✭ 19 (-24%)
Mutual labels:  cards
case-extensions
Change any string case to PascalCase/camelCase/kebab-case/snake_case
Stars: ✭ 31 (+24%)
Mutual labels:  extension
code-tours-github
A browser extension to allow to play Code Tours directly from the Browser.
Stars: ✭ 52 (+108%)
Mutual labels:  extension
TimelineCards
Presenting timelines as cards, single or bundled in scrollable feed!
Stars: ✭ 423 (+1592%)
Mutual labels:  cards
guillotine
Guillotine is a gnome extension designed for efficiently carrying out executions of commands from a customizable menu. Simply speaking: it is a highly customizable menu that enables you to launch commands and toggle services.
Stars: ✭ 28 (+12%)
Mutual labels:  extension
dist
🗺️ Python/C API extension module that computes distance between two coordinates on the world map
Stars: ✭ 13 (-48%)
Mutual labels:  extension
browser-extensions
我的一些 userjs & usercss
Stars: ✭ 63 (+152%)
Mutual labels:  extension
pharext
Distribute your PHP extension as self-installing phar executable
Stars: ✭ 57 (+128%)
Mutual labels:  extension
home-assistant-extension
📌 Home Assistant browser extension
Stars: ✭ 143 (+472%)
Mutual labels:  extension
siddhi-io-kafka
Extension that can be used to receive events from a Kafka cluster and to publish events to a Kafka cluster
Stars: ✭ 16 (-36%)
Mutual labels:  extension
stack-exchange-notifications
Add-ons for Stack Exchange sites, like: askdifferent, askubuntu, serverfault, stackoverflow and superuser
Stars: ✭ 21 (-16%)
Mutual labels:  extension
netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+140%)
Mutual labels:  extension
NotionX
A Browser extension that enhances Notion Web App experience.一个增强 Notion Web端体验的浏览器插件。
Stars: ✭ 94 (+276%)
Mutual labels:  extension
vs-code-kirby-snippets
Kirby Cheatsheet for Visual Studio Code
Stars: ✭ 23 (-8%)
Mutual labels:  extension

An Inkscape Extension to Create Templates for Playing Cards

Overview

This Inkscape extension creates templates for playing cards. It lets you define:

  • the width and height of the cards,
  • an optional bleed for the cards,
  • an optional horizontal or vertical fold line,
  • a minimal distance between the cards,
  • a minimal distance between the cards and the fold line,
  • an optional page margin, and
  • an optional alignment grid.

The following image shows an example template for 2.5in x 3.5in cards on A4 paper in landscape format. The template has a horizontal folding line with at least 5mm space between the line and the cards. Each card has a bleed of 2mm. The page has a empty margin of 5mm. The bottom left corners of each card is aligned to a 5mm grid (although the card sizes are defined in inches). Crop marks for each card extend from the page border to the bleed area and between between bleed areas.

An image of typical output of the extension

Installation

Download the two files PlayingCards.inx and PlayingCards.py. Copy these files to your Inkscape extension folder. To find the location of that folder open the Inkscape preferences dialog (menu Edit/Preferences) and look at System/System info/User extensions.

You must restart Inkscape after copying the files to your Inkscape extension folder. There should now be a menu item called Extensions/Boardgames/Playing Cards.... This opens the settings window for the extension.

Settings

Cards

An image of the settings window showing the cards tab

Here you can define the width and height of your cards and also the width of the bleed area around the cards. Make sure that the right units are selected.

Margins

An image of the settings window showing the margins tab

Here you can define several different empty areas on your page. You can enter the minimal desired values, but the actual values might be larger depending on the values for the bleed size and the alignment grid.

Fold line

An image of the settings window showing the fold lines tab

Here you can define whether or not you want a horizontal or vertical fold line or no fold line at all. A fold line is usefull if you want to have the fronts and backs of the cards on one page. This lets you match the fronts and backs of the cards perfectly while glueing them together.

Alignment

An image of the settings window showing the alignment tab

If Align cards to grid is enabled the lower left corner of each card is put on a grid point as defined by Grid spacing. This grid might be different from you document grid.

The purpose of the grid alignment is that it allows you to easily copy items between cards even if the units of the cards and the document don't match.

For example: You are used to metric units and your document is set up to use millimeters. When you design cards of size 2.5in x 3.5in with a bleed of 2mm and you want to copy items from one card to the card above it you would have to somehow move the item by 92.9mm (88.9mm for the card and 2x2mm for the bleed areas). This is inconvenient. But if you enable the grid alignment with a grid size of say 10mm, then the cards are placed such that you can move your items up by 100mm. This is easily done with the arrow keys.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].