New .bat system
This commit is contained in:
7
horsy.py
7
horsy.py
@@ -1,7 +1,7 @@
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
|
||||
import requests
|
||||
import modules.tui as tui
|
||||
from modules.console import cls
|
||||
from modules.virustotal import add_to_cfg
|
||||
@@ -28,6 +28,11 @@ if not os.path.isfile(horsy_vars.horsypath + 'config.cfg'):
|
||||
with open(horsy_vars.horsypath + 'config.cfg', 'w') as f:
|
||||
f.write('{}')
|
||||
|
||||
# Checking version
|
||||
with open(horsy_vars.horsypath + 'apps/version', 'r') as f:
|
||||
version = f.read()
|
||||
|
||||
|
||||
# Displaying the logo
|
||||
os.system('title horsy')
|
||||
cls()
|
||||
|
||||
Reference in New Issue
Block a user