Skip to content
View GrandeTB's full-sized avatar
  • France

Block or report GrandeTB

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

Popular repositories Loading

  1. qrcodegenerator qrcodegenerator Public

    One of my first project w/ Python : generating a QRCode redirecting to my github profile.

    Python

  2. paswwordgenerator paswwordgenerator Public

    This is a project to generate random password, and it creates a txt file to store them.

    Python

  3. basicloginscreen basicloginscreen Public

    It creates a simple login screen using tkinter and messagebox. It checks if the entered username and password match any in the provided list. If they do, it shows a welcome message; if not, it disp…

    Python

  4. SparkiRobot SparkiRobot Public

    I discovered and create a small code during a night code challenge at the univeristy to discover coding and robotic at the same time. (Basic code with SparkiDuino)

    C++

  5. P5JSFrenchFootball P5JSFrenchFootball Public

    I discovered P5JS during a night code challenge, its a small project with every comment to undersand how coding work with javascript also, it connects many different types of code and files. Was ve…

    JavaScript

  6. Dijkstra Dijkstra Public

    A challenge for travel time optimization, try to find the shortest time between two destinations using the dijkstra algorithm and python. was made during a night code event at the university

    Python