Skip to content
View pkx8326's full-sized avatar
🎯
Focusing (I also take up archery as a hobby)
🎯
Focusing (I also take up archery as a hobby)

Block or report pkx8326

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
7 stars written in Python
Clear filter

This is a classic "Rock, Paper, Scissors" game with some ASCII aesthetics. After the welcome message, the game asks you to choose between the three choices. Then it let the computer choose its choi…

Python 2 1 Updated Jan 20, 2022

This repository contains Python codes for the classic Hang Man game. The user will be assigned a random word to guess, one character at a time. If the user gets everything right, the program says "…

Python 2 Updated Jan 25, 2022

This is the classic leap year finder program with python. This problem is labelled as "hard" on many practice sites, but actually the programming is not hard at all. What's hard is the description …

Python 1 1 Updated Jan 19, 2022

This simple Python program calculates a love score based on your and your crush's full names in English. There is no logic or reason in the calculation behind the love score. The calculation could …

Python 1 Updated Jan 19, 2022

This is a console-based version of a password generator written with Python. The program generates a password based on numbers of letters, numbers, and symbols specified by the user. This is a simp…

Python 1 Updated Jan 24, 2022

The Digital Caesar Cipher with Python

Python 1 Updated Jan 28, 2022

This is a simple Python game for finding a heart emoji. There is a 3 x 3 matrix in which a heart emoji resides. The location of the heart is randomized and is not revealed. The player must guess th…

Python 1 1 Updated Jan 22, 2022