Visor de bases de datos SQLite con PyQt 4

Haciendo uso del módulo estándar sqlite3 y el paquete PyQt 4. Descargas Código de fuente (requiere Python 2.7 y PyQt 4) Archivo ejecutable (Windows) Fuentes sqlviewer.py #!/usr/bin/env python # -*- coding: utf-8 -*- # # sqlviewer.py # # Copyright 2013 Recursos Python – www.recursospython.com # import sys from PyQt4.QtCore import QStringList, QString from PyQt4.QtGui import… Seguir leyendo