dynamic content
-
Hi,
I want to ask you if is possible to add dynamic content to this plugin like :current_hour = time.strptime(time.ctime(time.time())).tm_hour
if current_hour < 12 :
print “Good Morning!”
elif current_hour == 12 :
print “Good Noon!”
elif current_hour > 12 and current_hour < 18 :
print “Good AfterNoon!”
elif current_hour >= 18 :
print “Good Evening!I try to do something similar : https://bison.studio/start-a-project
I hope you can help me ?? Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘dynamic content’ is closed to new replies.