Python-Text-editor: a simple text editor on Python and Tkinter

This is a simple text editor on Python and Tkinter.The project is planned to be developed to the state of a full-fledged code editor. Version 1.0.0 ・The editor allows you to open, create and edit files.・The editor settings are in JSON. On a new start, the editor opens the last opened files and loads the settings.・When a file is opened, its extension is determined.・Two editor color themes.・A Several Hot Keys Bugs・There are problems with file encoding In the future, syntax […]

Read more

A way to work on Pythonocc with a node editor, Ryven in that case

Pythonocc nodes for Ryven Here a way to work on Pythonocc with a node editor, Ryven in that case. To get it functional you will have to execute Ryven in an environment where pythonocc is installed. Install Ryven: https://github.com/leon-thomm/Ryven Install Pythonocc : https://github.com/tpaviot/pythonocc-core You just have to import the Nodes.py file in Ryven, then all nodes are available under the right-click of the mouse. Here a small example of a definition : https://www.youtube.com/watch?v=lUNYstrfvmg You can load this project saved in […]

Read more

A simple text editor build with python

WhirlEdit WhirlEdit the simple text editor. v3 will include great features.. some of them are > multi-language syntax highlighting (thanks to @rdbende for tkcode) > Side bar – > Files – > Looks – > Settings > minor bug fix > and more to come.. v3 as of now CHANGELOG: v2: > complete rewrite > python syntax > tabs > scrollbar fix > key bindings > runner > new theme (azure ttk theme) > made with ttk instead of tk […]

Read more

A simple Notepad-like editor written in Python

monkepad A simple Notepad-like editor written in Python. Since MonkePad is written in one file, all your customization can be done without much trouble, and you can transfer it easily.Note: MonkePad should be run with python3 NOT python because of different module names between the versions. Modification MonkePad has multiple constants declared near the top of the file You can change these to fit your wants. For example: Building pip install pyinstaller pyinstaller –onefile monkepad.py GitHub https://github.com/monkelab/MonkePad    

Read more

A simple editor for beginner Python programmers Written in Python and Qt5

Mu – A Simple Python Code Editor Mu is a simple code editor for beginner programmers based on extensive feedback from teachers and learners. Having said that, Mu is for anyone who wants to use a simple “no frills” editor. Mu is a modal editor with modes for many different ways to use Python to create cool and interesting things. Mu is written in Python and works on Windows, macOS, Linux and Raspberry Pi. The project’s public facing website is […]

Read more

A NeoVim plugin for highlighting visual selections like in a normal document editor

HighStr.nvim HighStr.nvim is a NeoVim plugin written in Lua that aims to provide a the simple functionality of highlighting text like one would do in a normal document editor. To use it, install it with your favorite plugin manager, select something in visual mode and then run :HSHighlight. You can also add keybindings to the commands. Highlight visual selection in any given pre-defined color. Remove highlighting from lines in visual selection. Users can set up foreground and background of any […]

Read more

An extremely configurable markdown reverser for Python3

Unmarkd Unmarkd is a BeautifulSoup-powered Markdown reverser written in Python and for Python. Why This is created as a StackSearch (one of my other projects) dependancy. In order to create a better API, I needed a way to reverse HTML. So I created this. There are similar projects (written in Ruby) but I have not found any written in Python (or for Python) later I found a popular library, html2text. But Unmarkd still is still better. See comparison. Installation You […]

Read more