Skip to content

Instantly share code, notes, and snippets.

View furas's full-sized avatar

Bartłomiej "furas" Burek furas

View GitHub Profile
@furas
furas / main.py
Last active June 10, 2021 18:04
[python] spin animation during long running code
# author: Bartlomiej "furas" Burek (https://blog.furas.pl)
# date: 2021.06.10
# https://stackoverflow.com/questions/67904508/custom-animation-while-python-connects-to-remote-mysql-database
# spinning animation during long running code
import threading
import time
# single char \ has special meaning in string so it needs \\
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@furas
furas / main.py
Created January 7, 2018 23:38
after changes
import tkinter as tk
from tkinter import ttk
import pyexcel as pe
import datetime
import time
from tkinter import filedialog
from tkinter import *
LARGE_FONT = ("Verdana", 12)