MasterDuel Image Recognition Translation Command Line Tool

Overview

MasterDuel图像识别翻译命令行工具

  1. 安装并进入python虚拟环境[善用搜索引擎],执行pip install -r requirements.txt安装相关依赖 [注意该程序仅限windows环境使用,大量引用win32接口]
  2. 直接启动master_duel_main.py文件,根据快捷键使用相关功能

其他注意事项:

  1. cards.cdb来自 YGODataBase,下载后将对应语言下的cards.cdb放入根目录即可
  2. card_image_check.db是缓存的图象匹配数据库,如果遇到卡牌数据更新,请删除该文件,并来这里下载相关卡图,一定记得下载1920x1080 (484x700)高清卡图,下载后的卡图解压到origin_ygo_img目录[该文件夹自行建立],之后直接启动该工具,程序在检测到该数据库不存在会自行读取origin_ygo_img下全部图片并构建对应的指纹缓存

封包为单可执行文件:

  1. 安装pyinstaller
  2. 执行pyinstaller .\master_duel_main.py -F -n MasterDuel图像翻译插件,等待执行结束
  3. 以上命令会生成单文件可执行exe(dist目录下),将cards.db,生成好的card_image_check.db复制到对应单文件同目录下
  4. 记得以管理员身份执行,否则程序将无权获取其他进程句柄!
You might also like...
Official AIdea command line tool

AIdea CLI Official AIdea command line tool for https://aidea-web.tw. Installation Make sure you have installed both Python 3 and pip package manager.

PyArmor is a command line tool used to obfuscate python scripts

PyArmor is a command line tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Amazon Scraper: A command-line tool for scraping Amazon product data
Amazon Scraper: A command-line tool for scraping Amazon product data

Amazon Product Scraper: 2021 Description A command-line tool for scraping Amazon product data to CSV or JSON format(s). Requirements Python 3 pip3 Ins

A command line tool (and Python library) for archiving Twitter JSON

A command line tool (and Python library) for archiving Twitter JSON

command line tool for frequent nmigen tasks (generate sources, show design)
command line tool for frequent nmigen tasks (generate sources, show design)

nmigen-tool command line tool for frequent nmigen tasks (generate sources, show design) Usage: generate verilog: nmigen generate verilog nmigen_librar

Command line tool to keep track of your favorite playlists on YouTube and many other places.

Command line tool to keep track of your favorite playlists on YouTube and many other places.

googler is a power tool to Google (web, news, videos and site search) from the command-line.
googler is a power tool to Google (web, news, videos and site search) from the command-line.

googler is a power tool to Google (web, news, videos and site search) from the command-line.

LSD (Linux Spotify Downloader) is a command line tool for downloading or rather recording content on Spotify.
LSD (Linux Spotify Downloader) is a command line tool for downloading or rather recording content on Spotify.

LSD (Linux Spotify Downloader) is a command line tool for downloading or rather recording content on Spotify.

Command line tool for google dorks

CLI for google dorks This is the command line tool made with pytohn which allows the users to perform Google dorks easily Installation Install google

Comments
  • 存在sql错误

    存在sql错误

    先十分感谢大佬开发的工具! master_duel_main.py和master_duel_manual_version.py里的sql有错误

    conn.execute(f"INSERT INTO CaGrdDhash (code,dhash) VALUES ('{_file_name}', '{_temp_dhash}' )");

    CaGrdDhash 表误打了

    opened by hatmony 1
  • fix: lacking import

    fix: lacking import

    When running executable built from Pyinstaller, program crashes and return an exception "Module 'pywintypes' isn't in frozen sys.path", which can be fixed by adding import.

    opened by ryans233 0
Releases(v0.0.3)
Owner
PatchouliTC
PatchouliTC
AML Command Transfer. A lightweight tool to transfer any command line to Azure Machine Learning Services

AML Command Transfer (ACT) ACT is a lightweight tool to transfer any command from the local machine to AML or ITP, both of which are Azure Machine Lea

Microsoft 11 Aug 10, 2022
Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network)

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network)

Phil Wang 4.4k Jan 9, 2023
A command line tool to remove background from video and image

A command line tool to remove background from video and image, brought to you by BackgroundRemover.app which is an app made by nadermx powered by this tool

Johnathan Nader 1.7k Jan 1, 2023
A cd command that learns - easily navigate directories from the command line

NAME autojump - a faster way to navigate your filesystem DESCRIPTION autojump is a faster way to navigate your filesystem. It works by maintaining a d

William Ting 14.5k Jan 3, 2023
Ros command - Unifying the ROS command line tools

Unifying the ROS command line tools One impairment to ROS 2 adoption is that all

null 37 Dec 15, 2022
cmdpxl: a totally practical command-line image editor

cmdpxl: a totally practical command-line image editor

Jieruei Chang 476 Jan 7, 2023
Command-line tool for looking up colors and palettes.

Colorpedia Colorpedia is a command-line tool for looking up colors, shades and palettes. Supported color models: HEX, RGB, HSL, HSV, CMYK. Requirement

Joohwan Oh 282 Dec 27, 2022
Free and Open-Source Command Line tool for Text Replacement

Sniplet Free and Open Source Text Replacement Tool Description: Sniplet is a work in progress CLI tool which can do text replacement globally in Linux

Veeraraghavan Narasimhan 13 Nov 28, 2022
PwnWiki command line searching tool & bindings written in Python

pwsearch PwnWiki 数据库搜索命令行工具。 安装 您可以直接用 pip 命令从 PyPI 安装 pwsearch: pip3 install -U pwsearch 您也可以 clone 该仓库并直接从源码启动

PwnWiki 20 Jun 21, 2021