Skip to content

Instantly share code, notes, and snippets.

View thomasthaddeus's full-sized avatar
:dependabot:
Building things to make life easier

Thaddeus Thomas thomasthaddeus

:dependabot:
Building things to make life easier
View GitHub Profile
@thomasthaddeus
thomasthaddeus / contractions.json
Created January 6, 2024 13:15
Collection of useful lists
{
"are not": "aren't",
"cannot": "can't",
"could not": "couldn't",
"did not": "didn't",
"do not": "don't",
"does not": "doesn't",
"had not": "hadn't",
"have not": "haven't",
"he had": "he'd",
@thomasthaddeus
thomasthaddeus / create_animation.py
Last active February 3, 2024 13:37
This creates a program that uses pygame
"""create_intro_animation.py
This module provides functionalities to create a basic intro animation using
Pygame. It includes functions to initialize Pygame, load resources, apply text
effects, create frames, save frames, play sound, create a video from frames,
and a main function to orchestrate the creation of the intro animation.
"""
import os
import pygame