Skip to content

Instantly share code, notes, and snippets.

View secnnet's full-sized avatar
🎣
Fishing

Bilel secnnet

🎣
Fishing
  • Kyoto
  • 10:27 (UTC +09:00)
View GitHub Profile
@secnnet
secnnet / BlissfulMessages.py
Last active July 12, 2023 08:44
Python script that displays a centered and enlarged animated positive message. The script uses colorama to apply green color to the message and utilizes ANSI escape sequences to create an animation effect by adding and removing underscores from each character. The animation repeats indefinitely until interrupted.
import time
import shutil
import colorama
from colorama import Fore, Style
colorama.init()
message = "Hi, you are an awesome human being ☺"
def positive_message_animation():