Skip to content
View rzpanahi's full-sized avatar
🔍
Looking for a job
🔍
Looking for a job

Block or report rzpanahi

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
rzpanahi/README.md

ezgif-6-0e17b7531f

import time
import os

# The sentence to generate
sentence = """Hey there, I'm Reza, a passionate programmer from Iran.
Skilled in backend development with python,
linux lover,
active in competitive programming,
and a computer engineering student."""

# Clear the terminal
os.system('clear')

# Generate and print the sentence word by word
for char in sentence:
    print(char, end="", flush=True)
    if char == '\n':
        time.sleep(0.3)
        continue
    time.sleep(0.1)  # wait 1 second before printing the next word
print()

Skills:

Languages and Frameworks:


Software and Tools:


Databases:


Popular repositories Loading

  1. portfolio portfolio Public

    Reza Panahi's portfolio.

    Python 1

  2. rzpanahi rzpanahi Public

    Config files for my GitHub profile.

  3. DataStructures-Algorithms DataStructures-Algorithms Public

    Python

  4. git-ninjas git-ninjas Public

    Forked from QueraTeam/git-ninjas

    This repo is about our Practical Git course, and contains a list of users that successfully finished the course.

  5. neovim-config neovim-config Public

    Forked from nvim-lua/kickstart.nvim

    Reza's personal neovim configuration

    Lua

  6. dotfiles dotfiles Public

    Lua