
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
manga-wordlist-extractor
Advanced tools
This script allows you to automatically scan through manga and generate a csv with all contained words.
It is intended to be used with the community deck feature of Bunpro, hence the csv format. Once the csv import feature will be published, I will adjust the format of the csv. If any other outputs are desired, let me know!
You need to have python installed (ideally Python 3.12).
Install the package using
pip install manga-wordlist-extractor
Download this repository (using the "code -> download zip" option above the files list at the top). Open a command prompt in the downloaded folder after extracting.
Run this to install all dependencies:
pip install -r requirements.txt
You can now run the tool from the src/main/main.py file.
manga-wordlist-extractor [-h] [--parent] folder
Replace folder with the path containing the manga files. Make sure to surround it with quotation marks if there are spaces in the path!
If you enter a parent folder containing multiple volumes, add "--parent" before the folder path.
This will generate a vocab.csv file containing all words.
If you run into errors, look into the mokuro repository linked at the bottom. There might be some issues with python version compatibility.
Also important: This script is not perfect. The text recognition can make mistakes and some of the extracted vocab can be wrong. If this proves to be a big issue I will look for a different method to parse vocabulary from the text.
This is hardly my work, I just stringed together some amazing libraries:
FAQs
A utility to extract vocabulary lists from manga.
We found that manga-wordlist-extractor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.