🎯
Focusing
Sometimes the pros are mixed with the average. Gotta sort and search!
Pinned Loading
-
Run-Time-Visualizer
Run-Time-Visualizer PublicThis Run Time Visualizer is made with python, it visualizes different run times of algorithms with different sizes of inputs.
Python 3
-
-
A-Tech-City-Adventure
A-Tech-City-Adventure PublicA Tech City Adventure is a game which starts with a fictional scenario of building a space city and you explore different planets in search for components to build it with.
-
Compact Calculator by Ved The Pro
Compact Calculator by Ved The Pro 1from tkinter import *
2from math import *
3root, WIDTH, HEIGHT = Tk(), 872, 630
4root.geometry(f"{WIDTH}x{HEIGHT}");root.title("Ved The Pro Calculator")
5calculationStringFrame = Frame(root);calculationStringFrame.place(x = 0, y = 0, width = WIDTH, height = 100)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.