GUI development

This commit is contained in:
BarsTiger
2022-01-28 14:29:43 +02:00
parent 42840bd7e1
commit b4338be548
3 changed files with 54 additions and 7 deletions

View File

@@ -94,5 +94,13 @@ if option in ['list', 'l']:
from modules.manager import apps_list
apps_list()
if option in ['like']:
from modules.liker import like
like(app)
if option in ['dislike']:
from modules.liker import dislike
dislike(app)
if isNoArgs:
input('[EXIT] Press enter to exit horsy...')