Skip to content

Commit

Permalink
Added the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lazy8055 committed Oct 3, 2021
1 parent d34dc87 commit c9e06da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file modified src/mainScanner.py
100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions src/single/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
import sys
from datetime import datetime

# For colourful output
red = "\033[1;31m"
green = "\033[1;32m"
blue = "\033[1;34m"
ENDC = '\033[0m'

# Clear the screen
subprocess.call('cls', shell=True)

Expand Down

1 comment on commit c9e06da

@lazy8055
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is commited by mistake

Please sign in to comment.