An open API service indexing awesome lists of open source software.

https://github.com/marfullsen/aoe2-recgame-info

A Python script to get info about recorded game files of Age of Empires 2.
https://github.com/marfullsen/aoe2-recgame-info

Last synced: 4 days ago
JSON representation

A Python script to get info about recorded game files of Age of Empires 2.

Awesome Lists containing this project

README

          

# AoE2 recgame info
Get important information about Age of Empires 2 recorded games.

[![Python](https://img.shields.io/badge/Python-3.7.7-blue.svg)](https://www.python.org/)
[![Mgz](https://img.shields.io/badge/Mgz-1.5.0-green.svg)](https://pypi.org/project/mgz/)

[![screenshot](./screenshots/saved-info.png)](https://github.com/Marfullsen/AoE2-saved-recgame-info)

## Description
Get important info about the recorded games like map, time played, teams, and many more.

## Last changes
- Now into the info dic you can find the color_cod & the civ_cod!
- The code and the file structure was tidied up.

## Dependencies
- [mgz](https://github.com/happyleavesaoc/aoc-mgz) (Also via pip: `pip install mgz`)

## Reason of the project
This project will be part of the Warriors Clan webpage, and will be merged with [AoE Minimap Generator](https://github.com/Marfullsen/AoE2-minimap-generator) to get something amazing like [RecGames.es](https://github.com/goto-bus-stop/recgames).

## Contributing
- Pull requests are welcome.

## Resources.
- Mgz [pypi.org/project/mgz/](https://pypi.org/project/mgz/)
- Mgz [github.com/happyleavesaoc/aoc-mgz](https://github.com/happyleavesaoc/aoc-mgz)
- RecAnalyst [github.com/goto-bus-stop/recanalyst](https://github.com/goto-bus-stop/recanalyst)
- RecGames [github.com/goto-bus-stop/recgames](https://github.com/goto-bus-stop/recgames)
- Intercalador [github.com/Marfullsen/intercalador](https://github.com/Marfullsen/intercalador)