Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
/ PyEdit Public archive

PyEdit is a Python code editor with Syntax Highlighting.

License

Notifications You must be signed in to change notification settings

Ruu3f/PyEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyEdit

PyEdit is a Python code editor with Syntax Highlighting.

Running the code:

1. Download the code and extract it.
2. Make sure you have Python installed on your computer. If its not installed Download Python here.
3. Install the required dependencies:
pip install -r requirements.txt
4. Run main.py:
py main.py

Result: The code should now work and open a GUI.