Skip to content

hippogriff101/meof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

269a625 · · May 21, 2026

History

62 Commits
May 10, 2026
May 21, 2026
Dec 27, 2025
Dec 27, 2025
May 21, 2026
May 4, 2026
Dec 18, 2025

Repository files navigation

Meof YSWS

From the creators of Woof YSWS, we proudly present Meof!

A potential Stardance sidequest!

Make a dog OR cat themed project and get a animal plushie!

Status: Active

Installation

First make a virtual environment:

python -m venv .venv

then activate it on macOS/Linux::

source .venv/bin/activate

on Windows (PowerShell):

.\.venv\Scripts\Activate.ps1

on Windows (Command Prompt):

.\.venv\Scripts\activate.bat

Install dependencies:

pip install -r requirements.txt

run the server:

for dev:

flask --app main run --debug