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
Repository
simulate logic circuits
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
logicSim
This program allows the user to draw and simulate simple logic circuits
Installation
Make sure Python is installed on your system.
bash python --versionPython 3.11.x is officially supported, earlier versions most likely also work.Clone this repository using either of these methods:
- using
git clone https://github.com/GianGisin/logicSim.gitif you have git installed - clicking
<> Code, thenDownload Zipand extracting in a new directory
- using
Use the python package manager to install the required packages
bash pip install -r requirements.txtUsage
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
- Repositories: 3
- Profile: https://github.com/GianGisin
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"