Skip to content

Cqsi/texteditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Text Editor

Python text editor made in Java. Essentially it works by making a text editor in Java, then saving the file with .py extension and then just opens it. It automatically opens in the command prompt.

Simple square function in Python in the editor

I built in some extra commands for running, saving etc. Please star if you enjoy.

Hope you enjoy.

COMMANDS:

:r = Save and run
:s = Save only
:l = Lock a file (so you don't have to choose the same file everytime you run)
:u = Unlock the file
:cmd = Opens CMD
:git = Opens git bash
:github = Opens the Github website
:w3 = Opens W3-Schools lol

Releases

No releases published

Packages

No packages published

Languages