A customized C++ CLI application that displays a custom Red/Yellow ASCII Art using fastfetch and prints a random philosophical, political, or historical quote from prominent Marxist thinkers.
Developed by hypernova-developer.
- 🎨 Custom ASCII Art: Displays a vibrant red/yellow stylized emblem.
- 💬 Randomized Quotes: Dynamically selects and displays a thought-provoking quote from Karl Marx, Friedrich Engels, Vladimir Lenin, or Joseph Stalin.
- 🐧 Fastfetch Integration: Leverages system hardware and configuration reporting via
fastfetch. - 🦀 Ansi Colors: Fully formatted for modern Unix/Linux terminals with standard ANSI escape codes.
Before compiling and running this project, ensure you have the following installed on your system:
- A C++11 compatible compiler (e.g.,
g++orclang) - Fastfetch installed in your system's PATH.
If you don't have fastfetch installed, you can get it via your package manager:
# Ubuntu / Debian
sudo apt install fastfetch
# Arch Linux
sudo pacman -S fastfetch
# Fedora
sudo dnf install fastfetchClone the repository and compile the source file using any modern C++ compiler.
git clone https://github.com/revolution.git
cd ./revolution/g++ .src/revolution.cpp -o revolution./revolutionThis project is licensed under the GNU GPLv3 License.
You are free to copy, modify, and distribute this software, provided that all derivative works remain open-source under the same GPLv3 terms. See the LICENSE file for more details.
This repository is created solely for personal customization, historical curiosity, and philosophical exploration. It complies with the GitHub Community Guidelines regarding political and ideological expressions.