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
Use add_new_game.py
The program allows search the game database by developer, game name, setting, engine and genre
Example: python3 main.py --list-by-dev mity
The program allows downloading some games
Example: python3 main.py --download --game-name "trials in tainted space" --os windows
[ ] Add download links for all games currently in the list
[ ] Add the latest version of all download links in the list
[ ] Write a web scraper to check if a new version of the game is out
[x] Update main.py to allow for downloading games without using outside tools where ever possible
[x] Add GUI
The detailled readme.md is in the GUI folder. The gui has been made using the Tk/Tcl wrapper tkinter.