文件名称:SerpentNotes:具有分层页面和降价格式的可搜索便笺应用程序
文件大小:138KB
文件格式:ZIP
更新时间:2024-05-01 03:51:45
Python
蛇笔记 SerpentNotes是可搜索的Notes应用程序,具有分层页面和降价格式,使用PyQT5用Python 3.8编写。 安装 由于SerpentNotes是用64位Python编写的,并打包为可执行zip,因此需要运行64位Python 3才能安装它。 它是用Python 3.8编写和测试的,尽管它可能会或可能不会在其他版本的Python 3中运行。 视窗 在Windows上,可以通过从下载安装程序来安装Python 3.8。 确保包括py启动器,将文件与Python关联,并将Python添加到环境变量中。 确保您正在安装64位版本。 此时,您应该可以从该存储库下载最新Windows版本的.zip文件,将其解压缩到任何位置,然后双击SerpentNotes.pyzw即可运行该应用程序。 可以在Windows上通过右键单击SerpentNotes.pyzw并选择“创建快捷方式”
【文件预览】:
SerpentNotes-master
----Assets()
--------HTMLExportTemplate.template(15KB)
--------SerpentNotes Move Page Up Icon.png(3KB)
--------SerpentNotes Favorites Icon.png(4KB)
--------SerpentNotes Toggle Read Mode Icon.png(3KB)
--------SerpentNotes Quote Icon.png(4KB)
--------SerpentNotes Insert Image Icon.png(3KB)
--------SerpentNotes Toggle Search Icon.png(4KB)
--------SerpentNotes Zoom Out Icon.png(3KB)
--------SerpentNotes Insert External Link Icon.png(4KB)
--------SerpentNotes Bold Icon.png(3KB)
--------SerpentNotes Number List Icon.png(3KB)
--------SerpentNotes Insert Table Icon.png(3KB)
--------SerpentNotes Rename Page Icon.png(3KB)
--------SerpentNotes Strikethrough Icon.png(3KB)
--------SerpentNotes Icon.png(3KB)
--------SerpentNotes Search Icon.png(4KB)
--------SerpentNotes Demote Page Icon.png(3KB)
--------SerpentNotes Delete Page Icon.png(3KB)
--------SerpentNotes Icon.ico(17KB)
--------SerpentNotes Promote Page Icon.png(3KB)
--------SerpentNotes Insert Link(s) Icon.png(4KB)
--------SerpentNotes Zoom In Icon.png(4KB)
--------SerpentNotes Forward Icon.png(3KB)
--------SerpentNotes Collapse All Icon.png(3KB)
--------SerpentNotes Move Page Down Icon.png(3KB)
--------SerpentNotes Back Icon.png(3KB)
--------SerpentNotes Expand All Icon.png(3KB)
--------SerpentNotes Bullet List Icon.png(3KB)
--------SerpentNotes Italics Icon.png(3KB)
--------SerpentNotes New Page Icon.png(3KB)
----SaveAndLoad()
--------SaveAndOpenMixin.py(9KB)
--------JSONSerializer.py(3KB)
----.gitignore(133B)
----Build.py(3KB)
----requirements.txt(69B)
----Interface()
--------MainWindow.py(56KB)
--------Widgets()
--------Dialogs()
----CreateGNOMEDesktopFile.py(596B)
----LICENSE(3KB)
----SerpentNotes Icon.psd(28KB)
----SerpentNotes.py(749B)
----README.md(6KB)
----TestNotebook.ntbk.gz(11KB)
----TestNotebook.ntbk(56KB)
----SerpentNotes Toolbar Icons.psd(62KB)
----Core()
--------Base64Converters.py(568B)
--------MarkdownRenderers.py(8KB)
--------Utility.py(428B)
--------Notebook.py(9KB)