Metadata-Version: 2.4
Name: pyams_cad
Version: 0.1.4.1
Summary: Design and simulation of circuits and modeling of analog and mixed-signal electronic components using CAD systems.
Home-page: https://pyams.sf.net/
Author: Dhiabi.Fathi
Author-email: dhiabi.fathi@gmail.com
Project-URL: Source, https://github.com/d-fathi/pyams
Project-URL: Documentation, https://pyams.sf.net/doc
Project-URL: Bug Tracker, https://github.com/d-fathi/pyams/issues
Keywords: simulation,circuit,electronics,mixed-signal,analog,EDA,electronic modeling,electrical engineering
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5
Requires-Dist: PyQtWebEngine
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# PyAMS
PyAMS: Python for Analog and Mixed Signals

<h1 align="center">
    <a href="https://pyams.sourceforge.io/"><img src="https://pyams.sourceforge.io/logo.png" width="175px" alt="PyAMS"></a>
</h1>

---

<p align="center">
 
 <a href="#News">
    <img src="https://img.shields.io/badge/Version-0.1.4-blue" alt="V 0.1.4">
 </a>
  <a href="#Installation">
      <img src="https://img.shields.io/badge/Python->=3-blue" alt="Python 3+">
  </a>
    
  <a href="https://github.com/d-fathi/PyAMS/blob/main/LICENSE">
      <img src="https://img.shields.io/badge/GPLv3-blue" alt="GPLv3">
  </a>
</p>


**************
What is PyAMS?
**************

PyAMS is a software used to simplify simulate electronic circuit and  modeling analog and digital elements  using pyams_lib
The objectives of PyAMS is:

*	Drawing circuit by schematic;
*	Creating new symbols for models;
*	Creating new PyAMS models of electrical elements by using pyams_lib;
*	Simulating the circuit in the selected mode of operation;
*	Presenting simulation results in a dedicated waveform editor or probe;
*   PyAMS used Python3+ or PyPy and works on  Windows , Linux (future), and OSX(future).
*   **Licensed under:** PyAMS is free to use. GPLv3.


## Web Site of Software

* **Hom page** <a href="https://pyams.sf.net">https://pyams.sf.net</a>.
* **PyAMS’s documentation**  <a href="https://pyams.sf.net/doc">https://pyams.sf.net/doc</a>.

## Installation of Software

* **Download:** <a href="https://sourceforge.net/projects/pyams/">https://sourceforge.net/projects/pyams/</a>.

## Screenshots of schematic and data display areas

<h1 align="center">
    <img src="https://pyams.sourceforge.io/images/C.png" width="900px" alt="PyAMS">
</h1>


## Installation by pip

To install `pyams_cad`, use the following command:

```sh
pip install pyams_cad
```

To upgrade to the latest version:

```sh
pip install --upgrade pyams_cad
```

### Code:

```python

from pyams import win
win()

````

## Support the Project 💖

If you need more support or assistance with this project, and would like to contribute to the development of the PyAMS library, 
consider donating through my Ko-fi page: <a href='https://ko-fi.com/pyams/'>https://ko-fi.com/pyams/</a>







