Skip to content
View ruzicka02's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ruzicka02

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

@ruzicka02

  • 👋 Hi, I’m Šimon Růžička
  • 📚 I’m studying Bachelor degree in Informatics @ FIT ČVUT/CTU
  • 👀 I’m mostly interested in AI/ML. However, my study programme is very broad - I am interested in various other IT topics as well
  • 📫 Send me an email

Skills

Programming Languages:

  • Python (numpy, scipy, pandas, matplotlib, scikit-learn, PIL, pytest)
  • Julia
  • R
  • C/C++

Technologies:

  • GNU/Linux
  • bash
  • LaTeX
  • Wolfram Mathematica
  • PostgreSQL
  • OpenSSL

Dev tools:

  • Git
  • Gitlab
  • PyPI
  • Google Colab (Jupyter)
  • Doxygen

Showcase of my work:

PixelArtConv

  • Technologies: Python, PIL, numpy
  • Designed and developed a custom Python utility for image conversion
  • Converts any image to a pixel-art style by reducing the color palette
  • Deployed on PyPI; downloadable via pip

Onono! The Puzzle Game

  • Technologies: Python, pygame, PIL
  • Classic color filling puzzle game created in pygame as a school semestral work
  • Own images can be converted into custom game puzzles

Battle of Vostokhograd: The Card RPG

  • Card playing game made in C++
  • Controlled from your terminal environment using ncurses
  • play against AI or another player (locally)
  • video showcase here

Pinned

  1. pixelartconv pixelartconv Public

    Pixel Art Converter

    Python 1 1

  2. onono onono Public

    Nonogram puzzle game, implemented in Python using pygame.

    Python

  3. BattleOfVostokhograd BattleOfVostokhograd Public

    Small card playing RPG with deck building mechanics. Created in C++ using the ncurses library as a semester project at university.

    C++