Notepad-V2 Require: pip install tkinter pathlib os sys win32print win32api I Get some Problems with encode in original notepad because im Windows 7, So I Made this app and i Use It! Important Thing: If u have an error with Open files, Please replace code : open(text_file, ...) Replace it with: open(text_file, ..., encoding='utf-8')