Dmg Gameboy With L&r
A helpful bot for r/gameboy's discord.Currently provides the following features:
Oct 13, 2014 How to use l/r buttons on gameboy classic? Search for: Viewing 3 posts - 1 through 3 (of 3 total) Author. Post count: 2 #81717. Hi folks, im trying to do a gameboy classic mod (the grey fat one) i want to replace the hardware with a raspberry pi, an accu pack a 3,5″ display and some more. Colour Matched SNES button Green GameBoy Zero button kit! These configurable kits enable you to truly customise your Raspberry Pi / Emulation Station / Recalbox build with your choice of button styles.Includes:1 x DPad1 x Power Switch Cover4 x A/B/X/Y style buttons2 x Button silicone pads (enough fo.
Dmg Gameboy With L X
- Dice roller
- Currency converter (using http://currencyconverterapi.com)
- Google Image search (using Google CSE)
- Game prices from Price Charting
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
What things you need to install the software and how to install them How to save a pkg as a dmg pdf.
Installing
First, clone this project and create a venv on top of the folder.
Install the required python packages with pip.
config.example.yaml
and add your discord bot key (and optionally your CSE keys) to it.
Finally, start the bot:
Adding new extensions
Simply create a new python module inside the cogs
folder, the bot will automatically attempt to load it on startup. For an example, check out the dice rolling extension cogs/dice.py
and the discord.py documention.