• Stars
    star
    140
  • Rank 261,473 (Top 6 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created almost 7 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

幻影坦克(特指点开后不一样的图片)快速发车工具

幻影坦克快速发车工具(带图形界面)

简介

"幻影坦克", 是对指点开后不一样的图片的戏称. 实际上就是在黑底和白底下的显示不一样的图片. 常用于老司机发车.

本工具可以让您无论在Linux还是在Windows下都能快速发车

原理

幻影坦克架构指南(一)

幻影坦克架构指南(三)

棋盘格与幻影坦克

用法

Usage:
    MirageTankGo.py --gui
    MirageTankGo.py -h
    MirageTankGo.py -o <outputfile> <blackImg> <whiteImg>
                    [-s <whiteScale> <blackScale>]
                    [-l <whiteLit> <blackLit>]
                    [-e | -c <whiteCol> <blackCol>]
    MirageTankGo.py -v

Options:
    --gui                以GUI模式启动(需要tkinter支持, Win下自带)
    -h, --help           显示本帮助
    -o                   输出文件(png格式)
    -s                   缩放比例
    -l                   黑底和白底的亮度, 取值0~1.
    -e                   使用棋盘格(仅限灰度车)
    -c                   彩色车的黑底白底色彩保留比例, 取值0~1
    -v, --version        显示版本号

Examples:
    python MirageTankGo.py -o remu.png black.jpg white.jpg -s 1 1 -l 1 0.18 -c 0.5 0.7

示例

白底图

黑底图

合成图

(在白色背景和黑色背景下的样子不同, 建议使用手机QQ发送以查看效果)

GUI截图

依赖

  • python3
  • docopt
  • Pillow
  • numpy
  • tkinter (可选, windows下自带)

More Repositories

1

silicon

Create beautiful image of your source code.
Rust
3,024
star
2

fzf-tab

Replace zsh's default completion selection menu with fzf!
Shell
3,003
star
3

LeetCode-Rust

听说刷题建 repo 是立 flag 一般的行为?
Rust
85
star
4

dotfiles

my dotfiles
Shell
67
star
5

Rust-toys

一堆写着练手的小玩意儿, 考虑到Rust的龟速编译, 还是放在一起比较省事
Rust
18
star
6

aur-build

Build AUR packages with GitHub Actions
Shell
15
star
7

leetcode_prelude

Some useful macros and definition for exercising in leetcode
Rust
13
star
8

ppool

一个爬虫 IP 代理池
Rust
11
star
9

CAPIx

使CMD能够高速调用API
C++
11
star
10

p7zip

a custom 7z, which can use three keys instead of password to extract zip file.
C++
10
star
11

gencomp

Generate zsh completion functions from manpage or `--help`
Python
10
star
12

NT4_CMD

从OpenNT提取的NT4_CMD_x86源码及其编译环境
C
10
star
13

cdda-itembrowser

CDDA 物品浏览器
PHP
8
star
14

telegraph-rs

telegraph API binding in Rust
Rust
7
star
15

Use-PosixPipeline

The POSIX version of Use-RawPipeline
C#
7
star
16

10_0_0_55_login

BIT 10.0.0.55 的登入与登出的Python实现
Python
7
star
17

Crypko.Spider

(目前是)一次性的Crypko小爬虫
Python
5
star
18

zsh-sqlite

A zsh module for manipulating sqlite database
C
4
star
19

facenote_thirdparty_app

为掌阅系统安装第三方 app
Python
4
star
20

crc32fix

fix png's length or height according to its crc32 checksum
Rust
4
star
21

ren3

Do file renaming using regular expressions. 使用正则表达式重命名文件.
Rust
3
star
22

funcall

Rust
3
star
23

GCD-1

综合性批处理游戏开发第三方
C
3
star
24

Aloxaf.github.io

my blog
HTML
2
star
25

cdda-wiki-bot

Python
2
star
26

GCD

GCD的dll版
C
2
star
27

IMGSolve

基于Python的可扩展的图片隐写分析工具
Python
2
star