sephirothx/skribblio-wordlists — explained in plain English
Analysis updated 2026-05-18
Download or merge custom word packs for skribbl.io games
Validate a word list file before submitting it as a pull request
Merge multiple word lists into one file without duplicates
Add a new language or theme's word list to the collection
| sephirothx/skribblio-wordlists | 0xradioac7iv/tempfs | 7vignesh/pgpulse | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
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.
A collection of community made word lists for skribbl.io, plus scripts and a website to merge and manage them.
Mainly TypeScript. The stack also includes TypeScript, Python, Vite.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.