Skip to content

ArchLinuxUserIgor/Qt-Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt-Notepad

Qt-Notepad - this is notepad based on python with PyQt6.

How to use?

For using this app you need install python3 and PyQt6:

Arch-Based:

sudo pacman -S python3
pip install PyQt6

On Windows:

Enter the official site of python and download him

In installer be sure check box "Add to PATH" Then in terminal check python is installed:

python3 --version

If pytohn has been insatlled correctly, then:

python3 pip install PyQt6

After installing PyQt6 enter in terminal:

python3 <move .py file to here>

If you want .exe

python3 pip install pyinstaller
pyinstaller --onefile --windowed <move .py file to here>

And getting .exe

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages