Card Generator is a desktop application for creating and generating custom cards. Using Excel spreadsheets and customizable fxml templates, you can quickly create entire sets of cards without having to design each card individually
Key Features
- Excel based data input for automatic card generation
- Fully customizable fxml template
- Export cards as jpg or png images
- Simple and intuitive user interface
- Easy card creation via UI (alpha version)
| Language | Translated |
|---|---|
| 🇺🇸 English | |
| 🇸🇮 Slovenian |
Additional languages will be added in future releases
Maven Plugin & Java
- Maven Plugin: 3.9.11
- Java: 25.0.2
Libraries
All libraries are configured in
pom.xml
- Clone the repository
git clone https://github.com/pintargasper/CardGenerator.git
cd CardGenerator- Open the project in IntelliJ IDEA, Visual Studio Code, etc.
- Choose Import Project (maven) and wait for the project to sync
- Make sure you have the correct SDK set up
- Build and run the app
- For a debug build
mvn clean javafx:run- For a release build
mvn clean package