Skip to content
View Janiok99's full-sized avatar

Block or report Janiok99

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

Popular repositories Loading

  1. csv_analysis csv_analysis Public

    Simple CSV data analysis using Python, pandas and matplotlib.

    Python

  2. nbp_automation nbp_automation Public

    Fetches the latest EUR/PLN exchange rate from the NBP API, generates a simple report, and overwrites a CSV file with the newest value.

    Python

  3. python_chatbots_evolution python_chatbots_evolution Public

    A collection of simple Python chatbots demonstrating different approaches to conversational logic, from basic conditionals to keyword‑based and context‑aware dialogue systems.

    Python

  4. tic_tac_toe tic_tac_toe Public

    A Python Tic‑Tac‑Toe project showcasing two game modes: Player vs Player and Player vs AI. Includes board rendering, win detection, turn handling, and a simple AI that selects random valid moves.

    Python

  5. to_do_app to_do_app Public

    A simple console application for managing tasks. It allows you to add, delete, and mark tasks as completed, incomplete and saves all data in the tasks.json file.

    Python

  6. unit_converter unit_converter Public

    A small GUI-based unit converter written in Python. The project demonstrates separation of logic (converter module) and interface (Tkinter), handling user input, and performing common temperature, …

    Python