Skip to content
View Kerim-N's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Turkmenistan

Block or report Kerim-N

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

Hi, I'm Kerim πŸ‘‹

πŸ“Œ About Me

  • 🌱 I’m currently learning advanced Python, Arduino and ESP

  • βœ’οΈ I love working on practical tech projects (bots, games, smart devices)

  • 🎯 My goal: Get into a top university with a full scholarship

Who am I?

class WhoAmI:
   def __init__(self):
       self.name = "Kerim Nuryyev"
       self.city = "Dashoguz, Turkmenistan"
       self.role = "Future Engineer | Robotics Enthusiast"
       self.languages = ["Turkmen (tm_TM)", "English (en_US)", "Russian (ru_RU)"]
       self.dream = "Study at a Top University and build meaningful tech"
       self.hobbies = [
           "πŸ’» Coding cool stuff",
           "πŸ€– Building Arduino & robotics projects",
           "πŸ“š Reading Sci-Fi & Tech books",
           "πŸ› Debugging until 3AM… and finally winning"
       ]
       
       self.say_hi()

   def say_hi(self):
       print("πŸ‘‹ Hi there! Thanks for stopping by. Check out my projects, maybe you'll like them!")

me = WhoAmI()

My Skill Set

C++ Python Raspberry Pi Arduino HTML5 CSS3

Connect with me


Github Stats


Pinned Loading

  1. Smart-greenhouse Smart-greenhouse Public

    Smart Greenhouse is an Arduino-based system with RFID access, climate monitoring, auto-watering, light control, and remote/keypad input. It automates plant care and improves security and efficiency.

    C++ 1

  2. Voice-Assistant Voice-Assistant Public

    This project is a smart voice assistant built in Python. It listens for voice commands in Russian, recognizes and executes them using predefined logic and integrates with various services such as Y…

    Python 1

  3. game-of-life game-of-life Public

    This is a simple implementation of Conway's Game of Life using Python and Tkinter.

    Python 1

  4. AI-Telegram-bot-in-Python- AI-Telegram-bot-in-Python- Public

    About A multifunctional Telegram bot powered by Mistral AI that can answer complex questions, generate and analyze text/images, process LaTeX, and assist with research or content creation β€” all dir…

    Python 1

  5. Sname-Game-Pygame Sname-Game-Pygame Public

    Snake Ultra is a fun and advanced version of the classic Snake game, developed with Python and Pygame. It features smooth graphics, sound effects, music, pause and restart menus, score tracking, an…

    Python 1

  6. Handwritten-text-recognizer Handwritten-text-recognizer Public

    This Python script uses Tesseract OCR to recognize handwritten text from an image file. It is optimized for Windows and includes error handling for missing files and processing issues.

    Python 1