BellVirtual's repositories
Panda3D_Procedural_Solar_System
A very basic Procedural Solar System made using Panda 3d in python. Note that this program is dependent upon models that are in the base Panda3D Engine! So if you intended to use this obviously you must have that installed
Ursina_Procedural_Generation
A very basic procedural generation system in python using the Ursina module that also includes a rudimentary chunk rendering system.
Bell_Excell
OUT OF DATE VERSION-CURRENT VERSION IS PINNED TO MY FRONT PAGE.This is a python app built to automate excel data from Zoom Info. It uses the Pandas module to automate excel data entry as well as the TKinter module for a rudimentary front end. THIS IS IN NO WAY SHAPE OR FORM the most efficient way to implement this however it is a proof of concept. NOTE the file path must be declared in the BellExcell.py file.
BellExcel2.0-An_Excel_automation_app
This is an app built in python that processes Excel data. As of now it simply takes in the Excel data and compacts it and exports it all to one file. It was developed using Tkinter for the front end and Pandas for the back end. This app is a continuation of a previous program I made and is a testament to my improvement as a programmer.
Create-Excel-Columns-Script
A small script written in python that uses pandas to iterate through a directory full of excels and adds columns to each excel spreadsheet
Directory-Excel-Reader
A small script that reads all of the excel spreadsheets in a folder and grabs their file path
StarWreck-A-Python-Space-Game
This is a baseline for a procedurally generated game I am devolping using the Ursina engine python. It uses a fixed camera and is inteded to be a 3D version of Space Invaders. This file is by every means a work in progress and should not be taken as a finished product, I am still however proud of it.
Bell_Excel_Webapp
A database manger app I created.
Calculate-Excel-Columns-script
A small script written in python that uses pandas to and simple math to go through a directory full of excel spreadsheets and calculates data and insert it as a column into an new excel spreadsheet.
Combine-Excels-Script
A small script written in python with pandas that combines all of the excels in a directory
Delete-Excels-Script
A small script in python that uses pandas to take all the excel files in a directory and delete specified columns
Fibonacci_Solver
A function that solves the Fibonacci sequence without recursion! It is relatively fast as well.
FilePath_Splitter
This is a function that splits the file path off of the individual file. All you have to do to use it is input the file path as a parameter and it will out put the file name
Mage_Battle-A_CSharp_Text_game
This was my first crack at beginning to learn c#. So I made a rock-paper-scissors type strategy game with some colorful flavor text about magic.
Newtonian-Calculator
This is a console app that can can calculate Newtons most basic laws of physics, given the right parameters of course. It is one of the first projects I ever coded in python
Pandas-Excel-Macros-Script
A file containg all the functions ive made to automate excel data entry, giving the option to add excel data into one file or separate excel data across multiple files
Popup_Text_Button_Ursina
This is a small script for the Ursina engine in Python. It creates a button that displays text for 2 seconds and then clears the text
Primitive_email_generator
A highly primitive email generator, one of the first things I coded
python-app-with-electron-gui
A better way to make GUIs for your python apps
Rock_Paper_Scissors
A C# console app I made that allows you to play Rock, Paper, Scissors
RPG_TextGame
This was the first larger project I ever wrote in python, written entirely for personal enjoyment and to stretch my legs as a beginner. Pleas dont judge me
Star-ratings-with-Django-and-Javascript
Build a simple star rating system!