Search the Community
Showing results for tags 'script'.
-
Version 2.0.0
58 downloads
Building my own theme... I figured maybe someone else would find value in some free Python scripts Maybe I'll share the theme when I'm done. Tired of batching with photoshop? This script will shrink any number of images within a file to constrain the width and/or height to beneath a specific size (default is under 200px wide and/or 100px tall. Then, it will attach it to a background image, which can be anything you want. The default tile included is is Chicuelo's theme. Super easy and FAST!-
- 3
-
-
-
- automation
- wheel
-
(and 3 more)
Tagged with:
-
Version 1.2.1
867 downloads
This Python script filter and clean your sets of games (roms and Mame) depending on your configuration. You can filter by country, genre and romc only take the best dump as possible. Finaly, romc will generate the HyperSpin database of the set you cleaned. Find more informations and get the latest version on the GitHub : https://github.com/bsymon/romc You need Python 2.7 (https://www.python.org/downloads/) , and these dependencies : lxml, BeautifulSoup, google Use pip to install the dependencies : https://pip.pypa.io/en/stable/user_guide.html#installing-packages pip is bundled by default with Python 2.7. Changelog 1.2.2 Fixed the covers was named with the cleaned name, instead of the original name. Update Rom parser regex, for better filtering. 1.2.1 Better name cleaning. Name like "King of Fighters EX2, The - Howling Blood" are now cleaned like this : "The King of Fighters EX2 - Howling Blood" 1.2 Updated you can now download covers for your games (only with JVC API).