Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stylesuxx/python-mame-menu
- Owner: stylesuxx
- Created: 2014-06-03T20:56:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T23:03:09.000Z (over 10 years ago)
- Last Synced: 2023-03-13T08:15:46.559Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_PATHPython framebuffer mame menu.
positional arguments:
XML_PATH path to game xml fileoptional 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```