Skip to content

David-Vermaak/HTML_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Live HTML Editor

This is a Live HTML Editor written in Python

I am using the sun valley ttk theme from https://github.com/rdbende/Sun-Valley-ttk-theme

Feel free to use this project to build nice looking python programs!

Compiling the .exe

make sure that pyinstaller is installed:

pip install pyinstaller

Then run this command in the termainal (within the project folder) Make sure that the path of the sv_ttk dependency is correct. (replace USERNAME)

pyinstaller -w -F -i "email.ico" --add-data "C:\Users\USERNAME\Desktop\HTML_editor\sv_ttk;sv_ttk" main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages