Metadata-Version: 2.1
Name: simublocks
Version: 0.1.1
Summary: Python Simulation Blocks for Dynamic Systems
Home-page: https://github.com/bentoavb/simublocks
Author: Anderson Vitor Bento
Author-email: bentoavb@gmail.com
License: UNKNOWN
Description: # simublocks
        
        Simublocks is a python program, made with Tkinter, for simulating dynamic systems.
        
        This project is still under construction. Please feel free to contribute.
        
        ## Screenshots
        
        <p align="center">
          <img src="https://github.com/bentoavb/simublocks/blob/master/images/img1.png" width="800" />
        </p>
        
        <p align="center">
          <img src="https://github.com/bentoavb/simublocks/blob/master/images/img2.png" width="400" />
          <img src="https://github.com/bentoavb/simublocks/blob/master/images/img3.png" width="400" />
        </p>
        
        <p align="center">
          <img src="https://github.com/bentoavb/simublocks/blob/master/images/img6.png" width="800" />
        </p>
        
        ## Dependencies
        
        The program requires the following python packages: tkinter, control, numpy, scipy and matplotlib.
        
        ## Usage
        
        If you want to use this package, follow these steps:
        
        Install dependencies
        
            sudo apt install python3 python3-pip python3-tk
        
        Download and run simublocks
        
            pip3 install simublocks
            simublocks
        
          
        
        ## License
        
        MIT License
        
        Copyright (c) 2020 Anderson Vitor Bento
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
