Skip to content

Minimalist low-distraction text editor based on PyQt

License

Notifications You must be signed in to change notification settings

Doctus/pychamber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyChamber - by Doctus ([email protected])

A minimalist, low-distraction text editor based on PyQt.

Designed with portability in mind; should work on almost any platform.

Controls:
	CTRL+N - New Document
	CTRL+O - Open
	CTRL+S - Save
	CTRL+SHIFT+S - Save As
	CTRL+K - Set Colors
	ESCAPE - Quit

REQUIREMENTS

Python 2 or Python 3
PyQt4 or PyQt5
	
	I highly recommend running it with Python 3 for better Unicode support,
	but it's possible to use Python 2 if you're only editing ASCII files.
	
	There should be no significant difference between using PyQt4 or PyQt5,
	but I've only tested Python2+PyQt4 and Python3+PyQt5, so please tell
	me if you notice any problems from the other combinations.

LICENSE

PyChamber is free software: you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.

PyChamber is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with PyChamber.  If not, see <http://www.gnu.org/licenses/>.

About

Minimalist low-distraction text editor based on PyQt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages