All Projects → ajul → pyradox

ajul / pyradox

Licence: other
Python parser for Paradox .txt files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pyradox

crypto-against-humanity
Crypto Against Humanity - The never ending global game of shame.
Stars: ✭ 23 (-17.86%)
Mutual labels:  gaming
NetMauMau
Server for the popular card game Mau Mau (similar to UNO®)
Stars: ✭ 16 (-42.86%)
Mutual labels:  gaming
eug
Modding tools for Paradox games including Europa Universalis IV and Crusader Kings II
Stars: ✭ 36 (+28.57%)
Mutual labels:  paradox-interactive
nine
Gallium Nine Standalone
Stars: ✭ 50 (+78.57%)
Mutual labels:  gaming
Virtual Controllers
Virtual controls for use in Flash based games on touch devices. Includes thumbstick and button ui elements
Stars: ✭ 16 (-42.86%)
Mutual labels:  gaming
horadric-helper
A WebComponents library that allows you to display tooltips from ARPG games on you webstie using Html tags.
Stars: ✭ 32 (+14.29%)
Mutual labels:  gaming
Docker Dontstarvetogether
Dockerfile for building a Don't Starve Together dedicated server image.
Stars: ✭ 240 (+757.14%)
Mutual labels:  gaming
IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
Stars: ✭ 188 (+571.43%)
Mutual labels:  paradox-interactive
GrouperBot
A bot which allows you to quickly find friends to game with!
Stars: ✭ 16 (-42.86%)
Mutual labels:  gaming
TommyGun
A retro development IDE for the creation of games on 8-bit computers.
Stars: ✭ 37 (+32.14%)
Mutual labels:  gaming
ssgl-doom-launcher
Super Shotgun Launcher - Modern Doom Frontend/Mod Launcher for every Desktop Operating System
Stars: ✭ 86 (+207.14%)
Mutual labels:  gaming
ControlBlockService2
This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
Stars: ✭ 18 (-35.71%)
Mutual labels:  gaming
OoT-Interactive-Map
Interactive Map for the world of Zelda: Ocarina of Time
Stars: ✭ 22 (-21.43%)
Mutual labels:  gaming
nix-gaming
Gaming on Nix
Stars: ✭ 142 (+407.14%)
Mutual labels:  gaming
enjincraft
Minecraft plugin for integration with the Enjin Platform.
Stars: ✭ 57 (+103.57%)
Mutual labels:  gaming
cod-api
A thin Call of Duty API wrapper written in TypeScript
Stars: ✭ 40 (+42.86%)
Mutual labels:  gaming
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (-17.86%)
Mutual labels:  gaming
MetropolisLauncher
A data-heavy Emulation & Gaming front-end for Windows
Stars: ✭ 35 (+25%)
Mutual labels:  gaming
awesome-gnu-linux-gaming
A curated list of awesome GNU/Linux tips & tricks, games, tools, and resources - Mirrored from: https://gitlab.com/linuxcafefederation/awesome-gnu-linux-gaming.git
Stars: ✭ 135 (+382.14%)
Mutual labels:  gaming
fullscreenizer
Source Code of Fullscreenizer
Stars: ✭ 56 (+100%)
Mutual labels:  gaming
Requires: 
* Unicode-default Python. This includes the default CPython 3, IronPython, and probably Jython, but NOT the default CPython 2.
* pyradox.worldmap requires PIL (or Pillow).

Some scripts are in /scripts/<gamename>. Make sure they actually run before using them as a base, though, I tend to break things after a while. I suggest looking at recently-edited files.

The most important modules:
pyradox.datatype.tree: The core data structure. Combines aspects of dicts and ElementTrees.
pyradox.filetype.txt: Parses Paradox .txt files and puts them into a pyradox.datatype.Tree. Only the three functions at the top are necessary to know for practical use; the rest is the parser itself.
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].