ProjectAzar / EU4-Scorer

This is a hacky script to caclulate a score in EU4 using a list of custom victory cards.
GNU General Public License v3.0
1 stars 0 forks source link

EU4-Scorer

Purpose

EU4 Scorer is a Python3 script used to calculate the score of each nation in a custom EU4 game. Score is determined by awarding one point to a nation that controls and full cores a state on the custom victory cards list. The script outputs a CSV document titled "scoreList.csv" which can be used in another program to visualize the scores. The score file is saved with a time stamp, and is overwritten with each run. Be sure to save any backups should you wish to keep old scores.

Requirements

Usage

`python3 scorecount.py .txt .txt

TODO