Metadata-Version: 2.4
Name: notepad
Version: 1.3.5.1
Summary: A featured open-source text editor using tkinter.一款功能齐全的tkinter文本编辑器程序。
Home-page: https://github.com/ekcbw/pynotepad
Author: ekcbw
Author-email: u81430728@163.com
Keywords: text,editor,notepad,tkinter,notepad,文本编辑器
Classifier: Programming Language :: Python
Classifier: Topic :: Text Editors
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Natural Language :: Chinese (Simplified)
Requires: chardet
Requires: windnd
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires
Dynamic: summary

简介 Introduction:

An open-source text editor written in Python.

It supports editing text files,binary files with various encodings

which can be automatically detected.

When you edit a binary file, the contents of the file are displayed as escape sequences.

You can find and replace words.You're also able to choose themes you prefer.

In addition, code highlighting is supported when editing Python code files,like IDLE.

What's more, dragging and dropping files into the editor window is now supported.

一款使用tkinter开发的开源文本编辑器, 支持编辑文本文件、二进制文件、自由选择主题。

支持ansi、gbk、utf-8等编码, 以及调用chardet库自动检测编码。

编辑二进制文件时, 文件内容以转义序列形式显示。

支持查找、替换; 且支持撤销、重做; 支持将文件拖放入窗口。

可自由选择主题和字体, 改变字体大小。

编辑python代码文件时, 支持代码高亮显示, 类似IDLE。

作者: ekcbw

版本:1.3.5 (改进: 修复了对Linux等操作系统的兼容性。)

效果图:

.. image:: https://i-blog.csdnimg.cn/direct/10bb03a0acb04856bfe73e2ff29c9846.png
    :alt: 编辑二进制文件图片
