Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandhan-KA committed Jan 24, 2025
1 parent 1f630b3 commit 0ae972c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file added dist/pymodins-2.2.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/pymodins-2.2.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pymodins.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pymodins
Version: 2.1.7
Version: 2.2.0
Summary: A Python module installer for newcomers and seasoned developers.
Home-page: https://github.com/Nandhan-KA/pymodins
Author: Nandhan K
Expand Down
9 changes: 6 additions & 3 deletions pymodins/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ def banner():
v2.2.0
"""
console.print(ascii_art, style="bold yellow")
console.print("Creator: Nandhan K", style="bold cyan")
console.print("Github: @github.com/Nandhan-KA", style="bold yellow")
console.print("\t Creator: Nandhan K", style="bold cyan")
console.print("\t Github: @github.com/Nandhan-KA", style="bold yellow")
console.print("\t For more info contact: [email protected]", style="bold green")

def banner_assist():
console = Console()
Expand Down Expand Up @@ -95,6 +96,7 @@ def banner_nointernet():
console.print(ascii_art, style="bold yellow")
console.print("\t Creator: Nandhan K", style="bold cyan")
console.print("\t Github: @github.com/Nandhan-KA", style="bold yellow")
console.print("\t For more info contact: [email protected]", style="bold green")
console.print(" \n \t This Project Requires Internet Connection 🌐 ", style="bold yellow")

def creator():
Expand All @@ -111,6 +113,7 @@ def creator():
console.print(ascii_art, style="bold yellow")
console.print("\t Creator: Nandhan K", style="bold cyan")
console.print("\t Github: @github.com/Nandhan-KA", style="bold yellow")
console.print("\t For more info contact: [email protected]", style="bold green")

def sys_info():
console = Console()
Expand Down Expand Up @@ -2120,4 +2123,4 @@ def run():
pass
else:
raise PermissionError("Failed to acquire administrative privileges.")

0 comments on commit 0ae972c

Please sign in to comment.