Skip to content

Bitmap Message Generator#87

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

Bitmap Message Generator#87
AdyaTech wants to merge 1 commit into
Grow-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.

@iamwatchdogs iamwatchdogs changed the title Contributing my Python project by the name of Bitmap Message in this … Bitmap Message Generator May 20, 2026
Copy link
Copy Markdown
Contributor

@iamwatchdogs iamwatchdogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @AdyaTech, Please make the following changes to proceed with your PR:

  • Remove the media files (such as png)
  • Rename your project directory based on the specified guidelines.

Please don't make a new commit to implement the requested changes; instead, amend the existing commit and force push the changes into the respective PR branch.

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.

2 participants