Skip to content

Commit

Permalink
Removed banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ciuliene committed Mar 3, 2024
1 parent 5896735 commit 9a42140
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,8 @@ def list_processes():
for i, proc in enumerate(psutil.process_iter(['pid', 'name'])):
print(f"\033[0m{i}\t\033[32m{proc.info['pid']}\t{proc.info['name']}\033[0m")

banner = """\033[31m
_______ _ _________ _ _ _______ _______
( ____ )|\ /| | \ /\\\__ __/( \ ( \ ( ____ \( ____ )
| ( )|( \ / ) | \ / / ) ( | ( | ( | ( \/| ( )|
| (____)| \ (_) / | (_/ / | | | | | | | (__ | (____)|
| _____) \ / | _ ( | | | | | | | __) | __)
| ( ) ( | ( \ \ | | | | | | | ( | (\ (
| ) | | | / \ \___) (___| (____/\| (____/\| (____/\| ) \ \__
|/ \_/ |_/ \/\_______/(_______/(_______/(_______/|/ \__/
\033[0m"""

banner = "\033[31mPyKiller\033[0m"

usage = """
USAGE:
Expand Down

0 comments on commit 9a42140

Please sign in to comment.