Skip to content

dongngm/wordwise_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordwise_generator

Basic Usage

Advanced Usage

Prerequisites

# Install Calibre: https://calibre-ebook.com/download
# python=3.8.16
conda install pillow=9.0.1
conda install -c conda-forge gooey=1.0.8.1

Run App

python main.py

Packaging

pip install pyinstaller==5.10.0

pyinstaller --onefile --noconsole main.py --> ./dist/main.exe will be generated

Note

  • Put main.exe in the same folder with data
├── data
│   ├── custom.csv
│   ├── en.csv
│   ├── filter.txt
│   └── vi.csv
├── main.exe
  • Works on Windows 11 build 22621.1413 Windows 10 build 19045.2728

Credit

https://github.com/xnohat/wordwisecreator

https://www.facebook.com/doduc.dnad

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages