Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8508425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:09:27+00:00 2026-06-11T03:09:27+00:00

From this question I learned how to color Python. I figured out all the

  • 0

From this question I learned how to color Python. I figured out all the color codes, don’t worry.
Anyway, the answer that worked for me was the ctypes one by orip. It’s a bit tiresome to have to have to type ctypes.windll.kernel32.SetConsoleTextAttribute(handle, AQUA) every time I want to color text. Is there a way to convert it into a function? I’m not sure how to send variables through functions, and not sure how to implement them, even if I did.
Thanks in advance! -ghostmancer

All that matters for me is that it works for me – I’m not planning to give my script away.
My colors:

BLACK    = 0x0000
BLUE    = 0x0001
GREEN    = 0x0002
RED    = 0x0004
PURPLE    = 0x0005
YELLOW    = 0x0006
WHITE    = 0x0007
GRAY    = 0x0008
GREY    = 0x0008
AQUA    = 0x0009 #Very Blue
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T03:09:29+00:00Added an answer on June 11, 2026 at 3:09 am

    ummm… if i understand right …

    def a_func(handle,color):
       ctypes.windll.kernel32.SetConsoleTextAttribute(handle, color)
    
    a_func(handle,AQUA)
    

    or even better

    colorFunc = ctypes.windll.kernel32.SetConsoleTextAttribute
    colorFunc(handle,AQUA)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After reading the answer to this question , I learned that SFINAE can be
From the content of the answer to this question I learned a new trick;
UPDATE: I recently learned from this question that in the entire discussion below, I
From this question I learned that Google App Engine does not currently support SSL
From this question I have learned that they are stored on s3 but we
I learned from this question how to do overlays. However, the accepted answer uses
From this question I've learned how to google-search using Python 3. But in the
From this question I learned Double.NaN is not equal to itself. I was verifying
As I just learned from this question , .NET regexes can access individual matches
From this question & the answers - What is the correct answer for cout

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.