Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charmap

字符映射表NG版

微软字符映射表 (charmap.exe) 的开源复刻

来源

本人心血来潮,觉得字符映射表这款软件很有趣,于是就复刻并开源了。NG的意思是该软件可以在Windows、MacOS和Linux下编译运行

用法

类似Windows原版charmap.exe,选择字体可查看该字体在映射表的分布,支持分组查看,能选择多个字符并复制,还能通过搜索查找文字和Unicode

截图

2026-04-08_225844 截图_charamap-ng py_20260408230903

编译

老规矩,pip安装下列模块:

pip3 install pyqt6 nuitka

nuitka编译:

nuitka --onefile --standalone --windows-console-mode=disable --windows-icon-from-ico=./ui/charmap.ico --show-progress --lto=yes --jobs=4 --enable-plugins=pyqt6 --include-data-dir=./ui=./ui charmap-ng.py

开源许可

本软件以GPLv3许可证开源

About

字符映射表NG,是微软字符映射表 (charmap.exe) 的开源复刻

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages