logicsim

simulate logic circuits

https://github.com/giangisin/logicsim

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

simulate logic circuits

Basic Info
  • Host: GitHub
  • Owner: GianGisin
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 127 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme Citation

README.md

logicSim

This program allows the user to draw and simulate simple logic circuits

Installation

  1. Make sure Python is installed on your system. bash python --version Python 3.11.x is officially supported, earlier versions most likely also work.

  2. Clone this repository using either of these methods:

    • using git clone https://github.com/GianGisin/logicSim.git if you have git installed
    • clicking <> Code, then Download Zip and extracting in a new directory
  3. Use the python package manager to install the required packages bash pip install -r requirements.txt

    Usage

    To launch the application, change your directory to logicSim and execute: bash python main.py

Note on python version

For both the Python interpreter as well as the package manager it might on some systems be necessary to specify whether Python 2 or Python 3 should be used. In this case, the commands python3 and pip3 should be used during the installation.

Owner

  • Login: GianGisin
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Gisin"
  given-names: "Gian"
title: "logicSim"
version: 0.1.0
date-released: 2023-10-13
url: "https://github.com/GianGisin/logicSim"

GitHub Events

Total
Last Year