Skip to content

Commit

Permalink
Beta: used colorama
Browse files Browse the repository at this point in the history
  • Loading branch information
Veha0001 committed Jan 28, 2025
1 parent 4e4589b commit a6c039f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions autogen.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/python

import os
import re
import sys
import glob
import json
import shutil
import os, re, sys, glob, json, shutil
import argparse
import subprocess
from typing import Optional
try:
from colorama import init
init(autoreset=True)
except ImportError:
pass

try:
from art import text2art
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
art
colorama

0 comments on commit a6c039f

Please sign in to comment.