Skip to content
View damyrismailov's full-sized avatar

Block or report damyrismailov

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

Hi, I'm Damyr

Final-year high school student at Ohep College (Antalya), aiming to study BSc Computer Science with Artificial Intelligence in the UK.

I’m learning Python through the 100 Days of Code course and building a set of small but complete projects to practise:

  • Mini games: Snake, Pong, Turtle Crossing, US States map quiz.
  • GUI apps with Tkinter: Pomodoro timer, password manager, flashcards.
  • Utility scripts: password generator, NATO alphabet converter, small tools using APIs.

These projects helped me get comfortable with:

  • Breaking problems into smaller steps.
  • Writing and organising code with functions and classes.
  • Working with files, JSON/CSV data and simple APIs.
  • Debugging and improving my solutions iteratively.

You can explore the repositories in this account to see the code for each project. I’ll keep adding new work as I progress through the course and start more advanced AI-related projects.

If you want to get in touch, you can reach me at damyrismailov@gmail.com.

Pinned Loading

  1. Hirst-painting Hirst-painting Public

    Dot-grid painting generator with color palette.

    Python

  2. Pong-Game Pong-Game Public

    Two paddles, ball physics, scoring (Python/turtle).

    Python 1

  3. snake-game-python snake-game-python Public

    Classic Snake with scoring & collisions (Python/turtle).

    Python 1

  4. Turtle-crossing-game Turtle-crossing-game Public

    Frogger-style road crossing with level speed-up.

    Python 1

  5. password-manager password-manager Public

    Local password generator & storage (demo; optional GUI/encryption).

    Python

  6. Pomodro-timer Pomodro-timer Public

    Simple Pomodoro timer (CLI/GUI) with work/break cycles.

    Python