Welcome to VEXSEVEN
A collection of projects including FireTool, CRS, and more. Explore my work and get in touch.
A collection of projects including FireTool, CRS, and more. Explore my work and get in touch.
Here are some of the projects I've been working on.
FireTool
A powerful tool to explore and manage your Cloud Firestore projects.

Console Rich Style (CRS)
A C++ library for bringing vibrant colors and text effects to your terminal.
// Include crs.h in your C++ code
// Use angle brackets for headers installed in the system
#include <crs.h>
#include <iostream>
int main() {
crs::setTextColor("#00ff00");
crs::setBackgroundColor("#000000");
crs::setBold();
std::cout << "Bold green on black" << std::endl;
crs::unsetBold();
crs::resetColors();
return 0;
}
Everything you need to know about our projects.