Code A Rich Text Editor With #PyQt

preview_player
Показать описание
After last month’s workshop with Tkinter, we’ll show you another great new option for developing GUIs in Python. PyQt5 is the latest iteration of the Python binding for the cross-platform Qt GUI toolkit, implemented as a plugin.

In this session, we’ll use PyQt5 to code our own customizable rich text editor a la Microsoft Word. We’ll implement file system interactions, selective text formatting, and other features one expects from a modern word processor.

Prerequisites:

-----------------------------------------

Рекомендации по теме
Комментарии
Автор

Very nice
How can add input text field like ms word to writing text everywhere by clicking

civilsof
Автор

can i do some more things like add symbols aka markup language tool ?

thepsych
Автор

i am getting these errors: (in file_saveas function)

name 'path' is not defined
'RTE' object has no attribute 'update_title'

also u forgot the print part, zoom-in and zoom-out....

ironF
visit shbcf.ru