Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stylesuxx/python-mame-menu

Python Framebuffer Mame Menu for Linux
https://github.com/stylesuxx/python-mame-menu

Last synced: about 1 month ago
JSON representation

Python Framebuffer Mame Menu for Linux

Awesome Lists containing this project

README

        

### Python Mame Menu
Python based framebuffer mame menu for linux.

#### Features
* Shows only available(and playable) games on your system
* Tracks played time per game
* Shows games screenshot if available
* Intuitive handling
* Sorting by alphabet(ascending or descending) or by favorites
* favorites calculated by play time

#### Dependencies
* python 2.7.x
* pygame

```
usage: py_menu.py [-h] [-f SIZE] [-a PATH] [-i WIDTH HEIGHT] XML_PATH

Python framebuffer mame menu.

positional arguments:
XML_PATH path to game xml file

optional arguments:
-h, --help show this help message and exit
-f SIZE, --fontsize SIZE
set a font size
-a PATH, --artwork PATH
path to artwork directory
-i WIDTH HEIGHT, --imagesize WIDTH HEIGHT
maximum image size

```