mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 04:59:27 -07:00
logo added
This commit is contained in:
parent
4af6dbaec0
commit
7363145794
2 changed files with 53 additions and 1 deletions
2
main.py
2
main.py
|
@ -360,7 +360,7 @@ if __name__ == "__main__":
|
|||
exit(0)
|
||||
parser.set_defaults(func=bad_args)
|
||||
|
||||
from logo import print_community_info
|
||||
from utils.logo import print_community_info
|
||||
print_community_info()
|
||||
|
||||
arguments = parser.parse_args()
|
||||
|
|
52
utils/logo.py
Normal file
52
utils/logo.py
Normal file
|
@ -0,0 +1,52 @@
|
|||
|
||||
|
||||
def print_community_info():
|
||||
print ('You are using Machine Video Editor comunity fork')
|
||||
|
||||
print_logo()
|
||||
|
||||
print_discord_info()
|
||||
|
||||
print_commercial_contact()
|
||||
|
||||
print_dontation_link()
|
||||
|
||||
print_recruitment_info()
|
||||
|
||||
def print_discord_info():
|
||||
print ('Join us in discord, inivite link https://discord.gg/BSnt5Fv')
|
||||
|
||||
def print_commercial_contact():
|
||||
print ('Commercial inquires send to ognjen@syntheticfactory.com (shared with the group)')
|
||||
|
||||
def print_logo():
|
||||
print ('''
|
||||
#####
|
||||
.##############*
|
||||
###############(###
|
||||
** ##*#########/(############
|
||||
/&&&&%* ######### ## (# #######
|
||||
/&&&&&&&&&/, (####### # #*######
|
||||
*&&&&&&&&&&&&&#/#####.#( # #########
|
||||
*&&&&&&&&&&&&&%%%%%((## /#### ##########
|
||||
### *&%%%%%%%%&&&&%%%%%%%%%#(###########
|
||||
########(##(%%%%%%%%&&&&&&&&&&&%%%%%%%#(######.
|
||||
/##########(%%%%%%%%%%%&&%%%%&&&%%%%%&&&&%%(#*
|
||||
##########(%%%%%%%%%%%%%%%%%%&&&&&&&&&&&&#.
|
||||
##. ###########(/&&&&%%%%%%%%%%%%%%%&&&&&&&/
|
||||
############# (##/&&&&%%&%%%%%%%%%&&&&&%*
|
||||
.############ # *&&&&&&%%&%%%%%%%%(,
|
||||
*########## ## *&&&&&&&%&%%%%(#####(
|
||||
######## # *&&&&&&%%#(###########
|
||||
######### ###*&&&&#( #############,
|
||||
################ . ###########
|
||||
#############################(
|
||||
### *######################
|
||||
####################.
|
||||
*#######* ### ''')
|
||||
|
||||
def print_dontation_link():
|
||||
print ('Support us via donation https://www.paypal.me/ognjenjaric or patreon https://www.patreon.com/machineeditor')
|
||||
|
||||
def print_recruitment_info():
|
||||
print ('If you would like to contribute we are looking for more members, apply via discord!')
|
Loading…
Add table
Add a link
Reference in a new issue