LogicCode is a performance tester built to test.
This README covers installation, usage, previews, and licensing.
To install, run this bash code block (you need python 3 or above, pip3, and git. You should start a venv, but it is not included in this)
git clone https://github.com/live-by-unix/logiccode.git
cd logiccode && pip3 install -r requirements.txt && python3 main.pyThat should install and run LogicCode without errors 🥳.
To use, run python3 main.py in logiccode folder, or if you want alias, run this.
nano source ~/.bashrc # or .zshrcThen in the bottom of the file insert:
alias logiccode="python3 /path/to/your/install/of/logiccode.py"Now you should have a working, ready installation of LogicCode (precomplied binaries coming soon!)
Now as promised, here are some previews:
Or in light mode:
Some actual code performance:

Under the MIT open source license! 🥳