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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. rzpanahi rzpanahi Public

    Config files for my GitHub profile.

  2. django-crm django-crm Public

    a simple CRM using django framework and mysql database

    Python

  3. Library-Manager Library-Manager Public

    Library Management system using Django and mysql.

    Python

  4. Charity Charity Public

    Python

  5. BPB-Worker-Panel BPB-Worker-Panel Public

    Forked from bia-pain-bache/BPB-Worker-Panel

    A GUI Panel providing Worker subscriptions and Fragment settings and Warp configs, providing configs for cross-platform clients using (singbox-core and xray-core)

    JavaScript

  6. DataStructures-Algorithms DataStructures-Algorithms Public

    Python