Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joozef315/circuits-simulator
a simulator using python and tkinter
https://github.com/joozef315/circuits-simulator
simulator
Last synced: about 23 hours ago
JSON representation
a simulator using python and tkinter
- Host: GitHub
- URL: https://github.com/joozef315/circuits-simulator
- Owner: JooZef315
- Created: 2020-04-17T18:45:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T01:52:16.000Z (over 2 years ago)
- Last Synced: 2023-03-10T04:41:52.060Z (over 1 year ago)
- Topics: simulator
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# circuits-simulator-using-python
the simulator inculdes exampels of circuits like:
- mesh circuit
- node circuit
- 2 op-amp circuits and drawing the frequency response using semilog plot
- RC grid circuit
- BJT transistor circuitlibiraries I used:
- tkinter
- sympy
- matplotlib