Skip to content
View ymor-calayag's full-sized avatar
๐Ÿ’ป
Learning
๐Ÿ’ป
Learning

Block or report ymor-calayag

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ymor-calayag/README.md

๐Ÿ‘‹ Hi, Iโ€™m Jeffrey Ymor!

๐Ÿ“ง jeffreyymor.calayag@gmail.com

Iโ€™m an aspiring developer who is open to work and continuously learning Python. I enjoy building small personal projects to strengthen my programming fundamentals and problem-solving skills.

๐Ÿšง What Iโ€™m Currently Working On

Iโ€™m actively learning Python by creating small personal projects, including:

โ™ ๏ธ Blackjack Game ๐Ÿ”„ Caesar Cipher ๐Ÿงฎ Calculator Project
๐Ÿ” Secret Auction ๐ŸŽฎ Hangman Game ๐Ÿ”‘ Password Generator
๐Ÿ”ข Number Guessing Game ๐Ÿ“Š Higher Lower Game โ˜• Coffee Machine

More projects will be added as I continue learning and improving.

๐Ÿ›  Tools & Technologies

  • Python
  • Git & GitHub for version control
  • VS Code

Iโ€™m open to entry-level developer roles or internships where I can learn, contribute, and grow. Letโ€™s connect!

Pinned Loading

  1. blackjack_game blackjack_game Public

    A simplified Python implementation of the classic Blackjack (21) card game where the player competes against the dealer to get a hand total closest to 21 without going over.

    Python

  2. calculator_project calculator_project Public

    A simple command-line calculator built in Python that supports basic arithmetic operations: addition, subtraction, multiplication, and division.

    Python

  3. ceasar_cipher ceasar_cipher Public

    A classic encryption and decryption tool implemented in Python that uses the Caesar cipher technique to shift letters in a message by a specified number.

    Python

  4. hangman_game hangman_game Public

    A classic Hangman word guessing game implemented in Python where players try to guess a randomly selected word one letter at a time before running out of lives.

    Python

  5. password_generator password_generator Public

    A simple Python program that generates a randomized password based on user input for the number of letters, symbols, and numbers.

    Python

  6. secret_auction secret_auction Public

    A command-line secret auction program built in Python where participants can place confidential bids, and the program determines the highest bidder at the end.

    Python