|
|
@ -56,7 +56,7 @@ def generate_html(links, social_media_data):
|
|
|
|
with open(output_file, "w") as file:
|
|
|
|
with open(output_file, "w") as file:
|
|
|
|
file.write(template)
|
|
|
|
file.write(template)
|
|
|
|
|
|
|
|
|
|
|
|
print(f"HTML file '{output_file}' has been generated successfully!")
|
|
|
|
print(f"Your Visicard '{output_file}' has been generated successfully!")
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
if __name__ == "__main__":
|
|
|
|
# Load social media data
|
|
|
|
# Load social media data
|
|
|
|