Skip to content

Step-by-step tutorial embedding a Web Browser able to browse urls and read their own embedded local html assets inside a executable (.exe)

License

Notifications You must be signed in to change notification settings

paterninajose/gui-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Issues Forks Contributors Stargazers LinkedIn


Logo

GUI-Python

Python GUI from scratch, step-by-step.
Executable file rendering html local files and browsing the web.

📑 Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Product Name Screen Shot

This project aims to create a Web broswer able to load embedded html files (with assets, imgs, css) and navigate the internet, all in one executable .exe file.

(back to top)

🔧 Built With

Software Version Purpose
Python 3.8.2 Interpretate and run the scripts
Qt 6 PyQt is a Python binding of the cross-platform GUI toolkit Qt, implemented as a Python plug-in.
Tkinter Built in Python Tkinter is a Python binding to the Tk GUI toolkit
Eel Create excutable (.exe)

(back to top)

🏁 Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Next steps will help you to configure your system be able to run, test and create executable for Python software.

🔵 Python 3.10.0

Python is an interpreted, interactive, object-oriented programming language.

Installation

  1. After you download Python installer, open the file.
  2. Follow the installation instructions.
  3. Open the command line (CMD) and execute:
    python --version
  4. If the installation was successful you will see this:
    Python 3.10.0

🔵 PyQt 6 library

PyQt is a set of Python bindings for The Qt Company's Qt application framework and runs on all platforms supported by Qt including Windows, macOS, Linux, iOS and Android.

It has a commercial version too: Qt commercial version

Installation

Install PyQt6 from pip, open the command line (CMD) and execute:

pip install PyQt6

🔵 PyQt6-WebEngine library

PyQt-WebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. It is available for PyQt6 and PyQt6.

Installation

Install PyQt6-WebEngine from pip, open the command line (CMD) and execute:

pip install PyQt6-WebEngine

🔵 Eel library

Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries.

Installation

Install Eel from pip, open the command line (CMD) and execute:

pip install Eel

Note: Another way to install all with pip is:

pip install PyQt6 PyQt6-WebEngine Eel

(back to top)

📍 Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

🚧 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork this Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: Add some AmazingFeature') please use ISO conventional commits: feat for features, fix for bug fixes, docs for documentation, chore for boring tasks no production code change.
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

📜 License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

📇 Contact

Jose Luis Paternina - PaterBytes - josepaternina@gmail.com

Project Link: https://github.com/paterbytes/gui-python


(Back to top)
· · ·

About

Step-by-step tutorial embedding a Web Browser able to browse urls and read their own embedded local html assets inside a executable (.exe)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages