cyian-1756 / nsfw_game_updater

A program to update nsfw games
GNU General Public License v3.0
1 stars 1 forks source link

NFSW game updater

This project allows people to keep track of NSFW games they enjoy.

The latest GUI release is at https://github.com/cyian-1756/nsfw_game_updater/releases

To be able to edit the database, you'll need to fill out this form : https://goo.gl/forms/6o7RpfWlEM6DyGRs2 You can also open a pull request on github if you make database changes, we'll review it, and merge it if no errors have been found.

Join the gitter chat room, to ask questions about the developpement, suggest new features, hang out... : https://gitter.im/nsfw-game-manager/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link

CLI (Command Line Interface) :

Adding a game

Use add_new_game.py

Usage

Searching

The program allows search the game database by developer, game name, setting, engine and genre

Example: python3 main.py --list-by-dev mity

Downloading

The program allows downloading some games

Example: python3 main.py --download --game-name "trials in tainted space" --os windows

TODO

GUI (Graphical User Interface) :

The detailled readme.md is in the GUI folder. The gui has been made using the Tk/Tcl wrapper tkinter.

Features :

Planned :