RedInfinity_Pro's repositories
GUUF_IT_DepartmentApp
Rating: (7/10) The Python code is a Kivy application for managing user authentication and registration for the "GUUF IT Department App", integrating functionalities like email sending and password hashing.
Puzzle-AI-Evolution-in-Action
Rating: (7/10) The Python program creates a puzzle game using the Pygame library, controlling enemies by collecting colored foods. It initializes the environment, creates classes, and implements the NEAT algorithm for neural network control.
RedInfinityPro
A full-time student with a major in media and communications and a minor in computer information systems, aiming to graduate in 2026 with technical proficiency.
CircuitPythonProjects
Rating: (4/10) This Python script simulates circuits using PySpice, importing libraries like NumPy and Matplotlib. It defines voltage divider, diode circuits, subcircuit definitions, DC sweep analysis, and simulates each circuit using the simulator.
complex_farm_project
Rating: (7/10) The code creates a simulation game using the Ursina library, allowing users to manage resources like money, food, objects, eggs, and meat.
DrawImages
Rating: (8/10) The code uses Python's Turtle module to create a canvas image, converting it to grayscale, and then placing dots at each pixel's location based on its intensity.
EvolutionSimulation
The code imports random and ursina, creating a class called Bacteria(Button) with genetic code letters and DNA variable, and includes functions like update(), kill_bot, make_new_bot, and birth rate slider.
GuessingGalore
Rating: (5/10) This Python project features two interactive word and number guessing games. The first involves guessing a randomly generated number, while the second involves guessing a word with hints based on its length and incorrect guesses.
HangmanSharp
Rating: (7/10) The C# Hangman game involves players guessing letters to reveal a hidden word, with a hangman figure appearing as incorrect guesses are made, requiring correct guesses or losing.
JavaClass_Project8
The code in this repository is a Java program that prompts the user to input dimensions for a rectangle and calculate its area and perimeter. Additionally, the program allows the user to create a stock object, input stock details, and calculate the price change percentage.
JavaClass_Project9
This Java program includes a main class Chapeter9 that generates random book titles. It also includes a method for generating triangular random numbers, which is used to determine the length of the book titles. The program showcases the creation of book objects with randomly generated titles.
pygame_gui
A GUI system for pygame.
Python-Finance
Rating: (8/10) The code performs a linear regression analysis on stock data using the yfinance library, importing necessary libraries, selecting stock symbols, downloading data, fitting a model, making predictions, and visualizing results.
scanning_system
Rating: (8/10) This Python script is a barcode scanner and inventory management system, using cv for video frames, pyzbar for decoding, anda openpyxl for Excel. It prompts users to scan or find items, captures frames, and saves changes.
Scrabble
Rating: (6/10) The code is a Python Scrabble game that uses the Pygame library to create a graphical interface for players to form words and score points.
tinker_project
Rating: (7/10) The code creates a Python GUI application using Tkinter, allowing users to input text and receive responses randomly, showcasing an interactive storytelling experience.
TinkerWIndow
Rating: (6/10) The code creates a GUI application using Tkinter, defining functions and classes for windows and components. It creates titles, buttons, and frames, but encounters an error in the BlackmagicManualWindow function.
Turbo-Bet-Raceway
Rating: (7/10): Is a Turbo Raceway game developed using the Pygame library. It features a menu-driven interface, adjustable settings, and customizable gameplay elements.
working-with-wx
Rating: (6/10) This Python code creates a GUI login window using wxPython library, prompting user to enter username and password, checks if credentials match, and terminates the application.