This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -- coding: utf-8 -- | |
from __future__ import print_function | |
from PyQt5.QtWidgets import (QPlainTextEdit, QWidget, QVBoxLayout, QApplication, QFileDialog, QMessageBox, QLabel, QCompleter, | |
QHBoxLayout, QTextEdit, QToolBar, QComboBox, QAction, QLineEdit, QDialog, QPushButton, | |
QToolButton, QMenu, QMainWindow, QInputDialog, QColorDialog, QStatusBar, QSystemTrayIcon) | |
from PyQt5.QtGui import (QIcon, QPainter, QTextFormat, QColor, QTextCursor, QKeySequence, QClipboard, QTextDocument, | |
QPixmap, QStandardItemModel, QStandardItem, QCursor) | |
from PyQt5.QtCore import (Qt, QVariant, QRect, QDir, QFile, QFileInfo, QTextStream, QSettings, QTranslator, QLocale, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from PyQt4 import QtCore, QtGui | |
from PyQt4.QtGui import * | |
from PyQt4.QtCore import * | |
from urllib2 import * | |
class DownloaderApp(QtGui.QMainWindow): | |
def __init__(self, parent = None): | |
super(DownloaderApp, self).__init__(parent) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
from PyQt5.QtCore import (QFile, QFileInfo, QPoint, QSettings, QSize, Qt, QTextStream, QByteArray, | |
QDir, QIODevice, QResource, QEvent) | |
from PyQt5.QtGui import QIcon, QKeySequence, QTextCursor, QTextCharFormat, QPalette | |
from PyQt5.QtWidgets import (QAction, QApplication, QFileDialog, QMainWindow, QMessageBox, | |
QTextEdit, QPushButton, QLineEdit, QMenu, QInputDialog) | |
from PyQt5 import QtPrintSupport | |
from sys import argv, exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -- coding: utf-8 -- | |
from PyQt5.QtWidgets import QTextEdit, QWidget, QVBoxLayout, QApplication, QFileDialog, QMessageBox, QHBoxLayout, \ | |
QToolBar, QComboBox, QAction, QLineEdit, QMenu, QMainWindow, QActionGroup, \ | |
QFontComboBox, QColorDialog, QInputDialog, QPushButton, QPlainTextEdit | |
from PyQt5.QtGui import QIcon, QPainter, QTextFormat, QColor, QTextCursor, QKeySequence, QClipboard, \ | |
QTextCharFormat, QTextCharFormat, QFont, QPixmap, QFontDatabase, QFontInfo, QTextDocumentWriter, \ | |
QImage, QTextListFormat, QTextBlockFormat, QTextDocumentFragment, QKeyEvent | |
from PyQt5.QtCore import Qt, QDir, QFile, QFileInfo, QTextStream, QSettings, QTextCodec, QSize, QMimeData, QUrl, QSysInfo, QEvent | |
from PyQt5 import QtPrintSupport |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
############################################################################# | |
from PyQt5.QtCore import (QFile, QPoint, QRect, QSize, QStandardPaths, | |
Qt, QProcess, QSettings) | |
from PyQt5.QtGui import QIcon, QFont, QClipboard | |
from PyQt5.QtWidgets import (QAction, QApplication, QFileDialog, QMainWindow, QLineEdit, QProgressBar, | |
QMessageBox, QHBoxLayout, QVBoxLayout, QWidget, QLabel, QMessageBox, QToolButton, QComboBox) | |
quote = str(chr(34)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
### Axel Schneider 2017### | |
from PyQt5 import QtSql, QtPrintSupport | |
from PyQt5.QtGui import QTextDocument, QIcon, QTextCursor, QTextTableFormat | |
from PyQt5.QtCore import QFileInfo, Qt, QSettings, QSize, QFile, QTextStream, QItemSelectionModel, QVariant | |
from PyQt5.QtWidgets import (QMainWindow, QTableView, QDialog, QGridLayout, QPushButton, QAbstractItemView, | |
QLineEdit, QWidget, QFileDialog, QComboBox, QMessageBox, QApplication) | |
import sqlite3 | |
import csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
############################################################################# | |
import csv, codecs, time, os | |
import matplotlib.pyplot as plt; plt.rcdefaults() | |
import numpy as np | |
from PyQt5.QtCore import (QFile, QFileInfo, QPoint, QRect, QSettings, QSize, | |
Qt, QTextStream, QProcess, QDir) | |
from PyQt5.QtGui import QIcon, QFont | |
from PyQt5.QtWidgets import (QAction, QApplication, QMainWindow, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
### Axel Schneider 2017### | |
from PyQt5 import QtSql, QtPrintSupport | |
from PyQt5.QtGui import QTextDocument, QIcon, QTextCursor, QTextTableFormat | |
from PyQt5.QtCore import QFileInfo, Qt, QSettings, QSize, QFile, QTextStream, QItemSelectionModel, QVariant | |
from PyQt5.QtWidgets import (QMainWindow, QTableView, QDialog, QGridLayout, QPushButton, QAbstractItemView, | |
QLineEdit, QWidget, QFileDialog, QComboBox, QMessageBox, QApplication) | |
import sqlite3 | |
import csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
#-*- coding:utf-8 -*- | |
import csv, codecs | |
import os | |
import pandas as pd | |
from PyQt5 import QtPrintSupport | |
from PyQt5.QtGui import (QImage, QPainter, QIcon, QKeySequence, QTextCursor, QPalette, | |
QCursor, QDropEvent, QTextDocument, QTextTableFormat, QColor, QBrush) | |
from PyQt5.QtCore import (QFile, QSettings, Qt, QFileInfo, QItemSelectionModel, QDir, | |
QMetaObject, QAbstractTableModel, QModelIndex, QVariant) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# -*- coding: utf-8 -*- | |
######################################################## | |
from PyQt5.QtCore import (QDir, Qt) | |
from PyQt5.QtWidgets import (QApplication, QGridLayout, | |
QTableWidget, QTableWidgetItem, QWidget, QPushButton, QFileDialog, | |
QMainWindow, QMessageBox, QAbstractItemView, QComboBox, QLabel) | |
from PyQt5.QtGui import QIcon | |
import os, subprocess | |
import pydub |
OlderNewer