Dear Replit Staff,

Dear Replit staff,

Hello! I recently submitted an extension. It’s about ASCII color codes to color console output. Can somebody review it and accept it onto the store?
https://replit.com/@ZIGM/ConsoleColor

1 Like

An extension really isn’t needed for this.

1 Like

alright. I just wanted to make it easier to find ig

2 Likes

Well, I would suggest making a library something like this (instructions for Python):

  1. Create a file called colors.py.
  2. Add the content to colors.py:
blue = ...
red = ...
...

And you can make it a template when publishing it so others can use your code.

(I made a template here)

1 Like