Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leetaogoooo/wordsout
dictionary exporter
https://github.com/leetaogoooo/wordsout
dictionaries export python
Last synced: 2 months ago
JSON representation
dictionary exporter
- Host: GitHub
- URL: https://github.com/leetaogoooo/wordsout
- Owner: LeetaoGoooo
- Created: 2023-10-26T04:29:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T09:44:46.000Z (6 months ago)
- Last Synced: 2024-10-12T06:21:16.722Z (3 months ago)
- Topics: dictionaries, export, python
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordsOut
## Introduction
This project is a Python script that can export all the word entries from your dictionary. It helps you backup the dictionary data or export the data to other formats for further processing. Currently it only supports exporting to TXT format
## Plan
- [x] Youdao
- [x] Shanbay
- [x] Eudic
- [ ] BBDC(不背单词)
## Dependencies```bash
pip install -r requirements.txt
```## Usage
### Run source code
1. Make sure you have logged in to your Youdao/Shanbay dictionary account in the browser, and copy the [cookie](./screens/cookie.png)
2. Run the script: `python app.py --cookie="your cookie" --platform="corresponding platform"`
3. The script will export all words to the `words.txt` file
Please follow the above instructions to use this script. If you have any issues during usage, feel free to submit an issue.
## Use GUI
download from release page