https://github.com/multani/kodos-qt4
Rewrite of Kodos regex editor using Qt4
https://github.com/multani/kodos-qt4
Last synced: 11 months ago
JSON representation
Rewrite of Kodos regex editor using Qt4
- Host: GitHub
- URL: https://github.com/multani/kodos-qt4
- Owner: multani
- License: other
- Created: 2010-10-21T22:02:29.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-28T19:57:23.000Z (almost 13 years ago)
- Last Synced: 2023-03-10T19:41:37.525Z (about 3 years ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Kodos-Qt4
=========
What is Kodos?
--------------
Kodos is a regex text editor oriented toward Python, written by Phil Schwartz
using Python and PyQt3. You can find this original project at
http://kodos.sourceforge.net/
What is Kodos-Qt4?
------------------
"Kodos-Qt4", as it is currently named, is an effort to rewrite the original
software using the newest PyQt4 library. It aims to give the same level of
functionalities at the original version.
I'm an avid user of Kodos, and as it was the latest software on my computer
which was using Qt3, I thought it was a nice idea to give it a new life; also, I
wanted for a long time to give PyQt4 a try, so, here it is!