本项目是使用 python 所开发的一个记事本,这个记事本主要参考 windows 中的记事本而开发。 实现这个记事本最初是希望通过这个项目来研究 python 内部包含的 tkinter 图形界面包。通过 本项目的开发来探索 tkinter 的使用技巧。
本项目使用 Anconda python 集成开发环境开发,使用 Anconda 可以不需要考虑一些依赖包的安装。当然也可以直接安装 python 官方开发的 IDLE 来运行本项目,本项目所使用的都是基于 python 内部已有的包,所以你并不需要再安装其余的扩展 包,所以 python 官方开发的 IDLE 可以直接运行本项目。运行本项目只需将 ibook.py 载入 python IDLE 或 Anconda 直接运行即可。
本项目遵循 MIT 开源许可协议。
MIT License
Copyright (c) 2020 zhbi98
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.