Code Monkey home page Code Monkey logo

gui-python's Introduction

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 - [email protected]

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


(Back to top)
路 路 路

gui-python's People

Contributors

paterninajose avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.