Skip to content
View eyllanesc's full-sized avatar
:octocat:
I may be slow to respond.
:octocat:
I may be slow to respond.

Organizations

@CodeHuntersLab
Block or Report

Block or report eyllanesc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eyllanesc/README.md

Pinned

  1. stackoverflow stackoverflow Public

    my answers in Stack Overflow :bowtie: :octocat:

    C++ 311 302

  2. QtExamples QtExamples Public

    Translations of the official Qt examples into PyQt5 (also PySide2) and more. :bowtie: :octocat:

    Python 52 11

  3. PDF Viewer with QtWebEngine PDF Viewer with QtWebEngine
    1
    import sys
    2
    
    
    3
    from PyQt5 import QtCore, QtWidgets, QtWebEngineWidgets
    4
    
    
    5
    
    
  4. RaspberryPi RaspberryPi Public

    Introducción a Raspberry Pi

    Python 1 6

  5. CodeHuntersLab/CuriElements CodeHuntersLab/CuriElements Public archive

    Proyecto orientado a la enseñanza y aprendizaje de la tabla períodica :bowtie:

    Python 5 2

  6. Examples of QtMultimedia in Qt6 Examples of QtMultimedia in Qt6
    1
    import asyncio
    2
    from functools import cached_property, partial
    3
    from PyQt6.QtCore import (
    4
        pyqtSlot as Slot,
    5
    )