git404hub

what is skribblio-wordlists fr?

sephirothx/skribblio-wordlists — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · generalComplexity · 2/5Setup · easy

tl;dr

A collection of community made word lists for skribbl.io, plus scripts and a website to merge and manage them.

vibe map

mindmap
  root((repo))
    What it does
      Custom word lists
      For skribbl.io game
    Tech stack
      Python
      TypeScript
      Vite
    Use cases
      Merge lists
      Validate lists
      Play custom themes
    Audience
      Game players
      Contributors
    Website
      Browser merger
      GitHub Pages

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

Download or merge custom word packs for skribbl.io games

VIBE 2

Validate a word list file before submitting it as a pull request

VIBE 3

Merge multiple word lists into one file without duplicates

VIBE 4

Add a new language or theme's word list to the collection

what's the stack?

TypeScriptPythonVite

how it stacks up fr

sephirothx/skribblio-wordlists0xradioac7iv/tempfs7vignesh/pgpulse
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasymoderatemoderate
Complexity2/53/54/5
Audiencegeneraldeveloperdeveloper

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

how do i run it?

Difficulty · easy time til it works · 5min

in plain english

This repository is a collection of custom word lists for the online drawing game skribbl.io, organized by language. Instead of using the default words built into the game, players can load one of these community made word packs to play with different themes or languages, such as English, Italian, or video game related words. The word lists themselves live in a lists folder, split into subfolders by category, with each word list stored as a plain text file of comma separated words. Alongside the lists, the project includes a set of Python command line tools for working with them. One script merges several word list files into a single deduplicated file. Another sanitizes a single word list by removing duplicate entries, entries with apostrophes, and entries longer than 32 characters. A third script validates a word list, checking for the same issues and reporting any problems it finds. This validation also runs automatically through a GitHub Actions workflow whenever a pull request changes a word list file. There is also a small website, built with Vite and TypeScript, that lets someone pick one or more word lists in a browser, merge them, and then copy or download the combined result, without needing to install or run any of the Python scripts. This site automatically detects every list under the lists folder, so new word lists do not need any manual setup to appear on the site. The site is deployed automatically whenever changes are pushed to the main branch, and a live version is already hosted on GitHub Pages. For local development of the website, the README says to move into the web folder, install dependencies with npm, and run the development server. Building the site regenerates its list of available word packs from whatever is currently in the lists folder.

prompts (copy fr)

prompt 1
Show me how to run merge_words.py to combine two word lists
prompt 2
Help me write a new validation check for skribbl.io word lists
prompt 3
Explain how the web merger site auto detects new word lists
prompt 4
Help me set up local development for the web folder using npm

Frequently asked questions

what is skribblio-wordlists fr?

A collection of community made word lists for skribbl.io, plus scripts and a website to merge and manage them.

What language is skribblio-wordlists written in?

Mainly TypeScript. The stack also includes TypeScript, Python, Vite.

How hard is skribblio-wordlists to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is skribblio-wordlists for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.