diff --git a/assets/Xlogo.png b/assets/Xlogo.png new file mode 100644 index 0000000..432a3aa Binary files /dev/null and b/assets/Xlogo.png differ diff --git a/assets/fork.png b/assets/fork.png new file mode 100644 index 0000000..e262867 Binary files /dev/null and b/assets/fork.png differ diff --git a/assets/github.png b/assets/github.png new file mode 100644 index 0000000..30d1e71 Binary files /dev/null and b/assets/github.png differ diff --git a/assets/linkedin.png b/assets/linkedin.png new file mode 100644 index 0000000..f2bb083 Binary files /dev/null and b/assets/linkedin.png differ diff --git a/assets/profile.jpg b/assets/profile.jpg new file mode 100644 index 0000000..481d3c2 Binary files /dev/null and b/assets/profile.jpg differ diff --git a/tool.py b/tool.py index 7c18738..c5e0ad1 100644 --- a/tool.py +++ b/tool.py @@ -371,74 +371,150 @@ def display_df_web(df, heading, subheading): # Generate the complete HTML content with headings, CSS styles, and the # table html_content = f''' - - - - {heading} - + + + + + + + + + + + + + +
+

{ heading }

+

{ subheading }

+
+ + +
+ + Fork repo Icon + + + GitHub Icon + + + Profile Icon + + + Xlogo Icon + + + + LinkedIn Icon + +
+ +
+ + + + +
+ { html_table } +
+ + - - - - -

{heading}

-

{subheading}

-
- {html_table} -
- - - - ''' + // Start typing effect for the given text + const quote = "A command-line tool for JEE counselling assistance "; + typeText(quote, "typing-text", 100); // 100ms delay for each character + }}); + + + + + +''' + + + + # Save the HTML content to the file with open(filename, "w") as file: @@ -590,7 +786,8 @@ def filter_by_choices(choices, column_name, steps): os.system("cls" if os.name == "nt" else "clear") print(Fore.GREEN + ascii_art) - display_df_web(filtered_df, "JEE Counsellor", "-By Ksauraj") + display_df_web(filtered_df, "JEE COUNSELLOR", "~By Ksauraj") + print( Fore.GREEN + "Congratulations! File successfully opened in browser. Please wait......" +