MyriadTruths 是一个 Windows 桌面便利贴应用程序
因为自己迫切需要一个这样的小桌面应用,但是网上找不到现成的轻量又符合自己需求的便利贴软件,所以用 tkinter 做了一个。
后续版本应该不会再加入太多功能,而是专注于美化和修复 bug。
取名 neta 自 Persona 系列游戏的技能名。
MyriadTruths is a Windows desktop sticky notes application
I urgently needed such a small desktop application, but couldn't find a suitable lightweight sticky notes software that met my needs online, so I made one using tkinter.
Future versions are unlikely to add many new features, but will focus on beautification and bug fixes.
The name is inspired by a skill name in Persona.
仅 Windows (Windows only)
在 release 中下载发行版,或下载源代码并直接运行 main.py。
打开应用后,右键可进行设置。
设置想要循环播放的 txt 们所在的文件夹。
左键窗口可以暂停,左下角和右下角两小块可拖动调整大小。
“显示模式”中的“双行混合字体显示”功能特别适用于单词本,单词本的 txt 的格式示例可参考 assets 下的 txt,即两列由制表符隔开,此时“双行混合字体显示”将会把单词放在第一行,释义放在第二行。其中单词使用的是设置里的主字体,释义使用的是次字体。
Download the release version from the releases section, or download the source code and run main.py directly.
After opening the application, right-click to access settings.
Set the folder containing the txt files you want to loop display.
Clicking the window with the left mouse button pauses the display. The small blocks in the bottom left and right corners can be used to resize the window.
The "Double Line Mixed Font Display" mode under "Display Mode" is particularly suitable for vocabulary lists. The txt format example for vocabulary lists can be found in the assets folder, where two columns are separated by a tab. In this mode, the word is displayed on the first line using the primary font, and the definition is displayed on the second line using the secondary font.