Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogicCode

LogicCode is a performance tester built to test.
This README covers installation, usage, previews, and licensing.

Installation

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.py

That should install and run LogicCode without errors 🥳.

Usage

To use, run python3 main.py in logiccode folder, or if you want alias, run this.

nano source ~/.bashrc # or .zshrc

Then 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: image Or in light mode: image Some actual code performance: image

Licensing

Under the MIT open source license! 🥳

About

Performance tester for multiple languages written in python.

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages