git404hub

what is anime-expeditions-creams-macro fr?

cweamy/anime-expeditions-creams-macro — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · generalLicense

tl;dr

An open source Windows automation tool that plays the Roblox game Anime Expeditions for you, using screen matching to farm Story, Raid, and Expedition stages on repeat.

vibe map

mindmap
  root((Creams Macro))
    What it does
      Auto farms Roblox game
      Screen image matching
      Docks game window
    Tech stack
      Python
      Tesseract OCR
      Win32
    Use cases
      Repeat stage farming
      Pre match automation
      Win loss tracking
    Audience
      Roblox players

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automatically repeat farming runs in Anime Expeditions without manually clicking through menus each time.

VIBE 2

Set up a pre-match routine that places units, changes settings, and walks a recorded path automatically.

VIBE 3

Track win/loss history and match rewards, with optional Discord notifications for each result.

what's the stack?

PythonTesseract OCRWin32

how it stacks up fr

cweamy/anime-expeditions-creams-macro0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultymoderatemoderate
Complexity2/54/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

in plain english

Cream's Macro is a free, open source automation tool for the Roblox game Anime Expeditions, built for Windows. It works by watching the screen and matching images, similar to how a person would recognize buttons and menus, rather than reading or changing the game's internal memory. The tool docks the Roblox window inside its own application window, so the clicks and key presses it sends land on the actual game interface. The main purpose is to automate repetitive farming tasks in the game: playing through Story missions, Raids, and Expeditions over and over without the player needing to click through every menu each time. Users build a queue of tasks, choosing which map, stage, difficulty, and game mode to run, along with how many times to repeat it. Before a match starts, users can also set up a routine that places starter units on the board, changes in game settings, and even records a movement path to walk during the match, all of which gets replayed automatically on later runs. After each match, the tool reads the results screen using optical character recognition to log whether the run was a win or a loss, along with details like time taken, in game currency earned, and rewards received. It checks these readings against reference data scraped from a fan wiki so that misread text gets caught and ignored. If a match gets stuck or a click fails, the tool tries to back out and retry the stage automatically instead of stopping the whole session. Results can optionally be sent to a Discord server as they happen, and the app keeps a running history of wins, losses, and win rate. To use it, a Windows user needs Python 3.10 or newer and a program called Tesseract for reading the on screen text, though there is also a packaged installer that avoids needing Python directly. The project is open source under the MIT license and includes automatic update checking against new GitHub releases.

prompts (copy fr)

prompt 1
Explain how screen based image matching automation works compared to reading a game's memory directly.
prompt 2
How does optical character recognition let a program read results like win/loss and rewards off a game screen?
prompt 3
What Python libraries are commonly used to build a screen automation tool for a Windows game?
prompt 4
Show me how an app could dock another application's window inside its own interface on Windows.

Frequently asked questions

what is anime-expeditions-creams-macro fr?

An open source Windows automation tool that plays the Roblox game Anime Expeditions for you, using screen matching to farm Story, Raid, and Expedition stages on repeat.

What language is anime-expeditions-creams-macro written in?

Mainly Python. The stack also includes Python, Tesseract OCR, Win32.

Who is anime-expeditions-creams-macro for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.