Skip to content
View illia-fz's full-sized avatar
:electron:
Technologies & Tools
:electron:
Technologies & Tools

Block or report illia-fz

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

Hi, I'm Illia πŸ‘‹

I'm a self-taught software developer. I enjoy building small projects to learn new concepts and share my knowledge with the community.

πŸ”§ Technologies & Tools

  • Programming languages: Python
  • Tools: Git, GitHub, VS Code
  • Operating Systems: Linux, Windows

πŸ“¦ Mini projects

Below are some of the mini projects I'm working on. They are simple but showcase fundamental programming concepts. Feel free to explore them!

πŸ“¬ How to reach me

  • Open an issue in any of my repositories if you have questions or suggestions.

GitHub stats Top languages Profile views

Pinned Loading

  1. illia-fz illia-fz Public

    Personal GitHub profile repository with README to showcase skills and projects.

    1

  2. project01-hello-world project01-hello-world Public

    A simple program that prints 'Hello, World!' to the console.

    Python

  3. project02-calculator project02-calculator Public

    A basic command-line calculator that performs addition, subtraction, multiplication and division.

    Python

  4. project03-fibonacci project03-fibonacci Public

    Generates a sequence of Fibonacci numbers up to a user-specified count.

    Python

  5. project04-guess-number project04-guess-number Public

    A number guessing game where the computer picks a random number and the user tries to guess it.

    Python

  6. project05-temp-converter project05-temp-converter Public

    Converts temperatures between Celsius and Fahrenheit.

    Python