Skip to content

Contributing my Python project by the name of Bitmap Message in this …#87

Open
AdyaTech wants to merge 1 commit intoGrow-with-Open-Source:mainfrom
AdyaTech:Bitmap-Message
Open

Contributing my Python project by the name of Bitmap Message in this …#87
AdyaTech wants to merge 1 commit intoGrow-with-Open-Source:mainfrom
AdyaTech:Bitmap-Message

Conversation

@AdyaTech
Copy link
Copy Markdown

@AdyaTech AdyaTech commented May 6, 2026

🖼️ Bitmap Message Generator (using Python)

📌 Introduction

The Bitmap Message project is a fun Python program that displays a custom message in the shape of a predefined bitmap image. Instead of printing plain text, the program maps your input message onto a pattern made of characters, creating visually interesting text-based art.

This demonstrates how strings, loops, and indexing can be used creatively to produce simple ASCII-style graphics.


🚀 Features

  • Converts any input message into a patterned bitmap display
  • Uses a predefined ASCII/bitmap design
  • Repeats the message to fill the entire shape
  • Simple command-line interaction
  • Uses basic Python concepts like loops, strings, and indexing

💻 Example

Bitmap Message
Enter the message to display with the bitmap.
> HELLO

   HELLOHELLOHELLOHELLOHELLOHELLOHELLOHELLOHELLO
  HELLOHELLOHELLOHELLOHELLOHELLOHELLOHELLOHELLOH
 HELLO      HELLOHELLOHELLOHELLOHELLOHELLO
          HELLOHELLOHELLOHELLOHELLOHELLO
           HELLOHELLOHELLOHELLOHELLOHELLO
            HELLOHELLOHELLOHELLOHELLOHELLO
   H        HELLOHELLOHELLOHELLOHELLOHELLO
               HELLOHELLOHELLOHELLOHELLOH
                 HELLOHELLOHELLOHELLOHEL

📸 Live Demo (Screenshot)

image

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

👋 @AdyaTech
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant