Skip to content

Instantly share code, notes, and snippets.

View TheBdouilleur's full-sized avatar
👨‍💻
Coding ( https://je.yo.fr )

TheBdouilleur TheBdouilleur

👨‍💻
Coding ( https://je.yo.fr )
View GitHub Profile
{
"python.pythonPath": "C:\\Users\\pmhue\\Anaconda3\\pythonw.exe",
"workbench.colorTheme": "Darcula",
"python.venvPath": "C:\\Users\\pmhue\\Desktop\\BidouilleurSpace\\PyBoy\\venv",
"workbench.iconTheme": "vscode-icons"
}
@TheBdouilleur
TheBdouilleur / logger.py
Last active March 22, 2020 14:10
Simple logger
'''
Simple logging wrapper
@author: TheBdouilleur
@license: Free licensed
https://je.yj.fr/about.php
"c:\\Users\\pmhue\\Dropbox\\PythonScripts\\Typer\\main.log"
'''
from os import path
import datetime, time
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Fri Jun 7 17:45:28 2019
@author: the_bdouilleur
"""
# arcade game
from tkinter import *