Skip to content
View Le0nyx's full-sized avatar
πŸŒ™
πŸŒ™
  • Italy, South tyrol
  • 19:02 (UTC +02:00)

Highlights

  • Pro

Block or report Le0nyx

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

Projects and school

πŸ‘‹ Hello, wondering who I am?

  • I am a student studying computer science
  • I live in northern Italy
  • I also Code in my freetime for fun
  • I can Code in C/C++, Python, Java, a little Assembler and Bash
  • Currently working on diffrent small projects

πŸ’» How to download repository

First see if git is installed and otherwise:

Linux:

$ sudo apt install git-all

Windows and more Information for download: https://git-scm.com/downloads

Terminal:

git clone "https://github.com/Le0nyx/resume"

πŸ“Œ What is this repository about?

This repository is a collection of personal projects that I coded at home for fun and to make easier certain tasks, such as a menu that opens on boot for different scenarios, and Arduino code for automation as well as that controls a little self made clock on my desk.

It includes code ranging from simpler exercises I began with in school to more complex ones. More complex code, like linked lists and binary trees, is also included. Exercises such as the Jupyter notebooks were provided by the professors, with the code fields mostly empty, but with some hints toward the solutions.

βš™οΈ Projects

I have been working on a lot of personal projects such as a selfmade Handheld Console with a RaspberryPi 5 and a Touchscreen and a small Website running in my local network so I can access it around my house. Also projects like a terminal with modifications in Python using Tkinter were fun for me to experiment around and get to experience in diffrent fields of coding and collect some experience. Also the projects we do in school were a lot of fun.

An example is that I coded over a longer duration a Text-adventure Game. It is similar to a Soulslike Game and that took quite a bit of time to code, which was perfect to get some experience in bigger projects that need time and management and split the work up to be efficient.

Extras

  • Please note that the Code isn't perfect and isn't 100% error free for all machines.
  • The Code is mainly designed for Windows machines with gcc installed
  • Linux has a extra folder for itself with the Code

Pinned Loading

  1. Le0nyx Le0nyx Public

    C 1

  2. ScriptHub ScriptHub Public

    A system tray Application for windows written in C++ to be able to run some Scripts easily.

    C++