Python Text Editor - 1.0
A text editor in python.
Anonymous
(pywiz32)
A text editor in python, made using widgets.py from chatsystem(thanks a lot!).
The black edit box will ad whatever text is in it to the file you are writing to when you press return while focused on it.
The red edit box is for commands;
editline: (line number)
viewline: (line number)
view
close
editline puts the content of the line number you entered beside it to the black edit box.
example: editline: 3
viewline puts the content of the line number you entered beside it on the screen.
example: viewline: 2
view prints all the contents of the file to the screen (for some reason, the bad command error apears after it executes the view command...).
example: view
The black edit box will ad whatever text is in it to the file you are writing to when you press return while focused on it.
The red edit box is for commands;
editline: (line number)
viewline: (line number)
view
close
editline puts the content of the line number you entered beside it to the black edit box.
example: editline: 3
viewline puts the content of the line number you entered beside it on the screen.
example: viewline: 2
view prints all the contents of the file to the screen (for some reason, the bad command error apears after it executes the view command...).
example: view
Changes
Links
Releases
Python Text Editor 1.0 — 16 May, 2006