Giter VIP home page Giter VIP logo

gen1py's Introduction

Gen1Py

A simple Pokemon Save File Editor for the Generation 1 games (Red, Green, Blue and (not yet) Yellow)

Installation

Windows:

Make sure you have python-virtualenv installed through pip and GCC.

Then change directory into this folder and run make, activate the virtual environment that was just made and type make install to install the required pip packages. That's it! Congrats.

POSIX:

Make sure you have the python3-virtualenv package installed with your OS's package manager (not pip) and GCC.

Then type make, afterwards, cd into the folder and activate the virtual environment. Finally, type make install to install the required pip packages. Congratulations! We're so happy for you.

Web Interface:

Once the above steps are completed, run the command python -m flask run (Windows) or python3 -m flask run (POSIX) in the Gen1Py directory. This should activate a Flask webserver and spit out an IP and port number (ex. 127.0.0.1:5000). Navigate to this address in your browser to use the webapp locally, or configure it for your own hosted use.

To-Do

  • A function for printing the data inside a save

  • Design the webpages

  • Make the code less of a mess

  • Linux/MacOS compatibility

  • Support for other localizations and games in the generation (Yellow)

Posibilities to Expand

  • A way to import the data from the Pokemon Showdown export option

Current goal

  • A simple online version so that nothing has to be downloaded/installed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.