Skip to content

denzylegacy/gensen-interface

Repository files navigation

Gensen - ゲンセン

Gensen UI

Purpose

This bot was developed with the goal of providing an interface for Gensen and enabling communication with some personal algorithms.

Prerequisites

Before starting, make sure Python 3.10 or later is installed on your machine. If Python is not installed, follow the instructions here.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/denzylegacy/gensen-interface.git
    cd gensen-interface
  2. Create and activate a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate   # On Windows use: venv\Scripts\activate
  3. Install the required dependencies:

    pip install -r requirements.txt

Running the Project

After installing the dependencies, run the main script using the following command:

python main.py

This command will start the project and run the main script main.py.

Contributions

Feel free to open issues or pull requests. Feedback is always welcome!

About

Discord-based app whose function is to provide UI for personal programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages