GithubHelp home page GithubHelp logo

ccextractor / cimico Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 0.0 87.58 MB

A python debugger video creator (knightron0's original implementation)

Home Page: https://pypi.org/project/cimico/

License: MIT License

Python 100.00%
gci2019 debugger gci python

cimico's Introduction

Cimico

Hello there! Cimico is a debugger that is written in python which debugs python code!

This project was created under CCExtractorDevelopment in Google Code-In 2019

Demo

Installation

Cimico can be downloaded using pip.

pip install cimico

How to use?

After installation, cimico is accessible using the command line.

$ cimico

Using cimico, you can generate a JSON file, which in turn can be used to generate a video by cimico itself. Enter the path to the JSON file or the Python file when prompted. You may also need to enter the path to the YAML style sheet containing the configuration to the file.

Generating the JSON file.

$ cimico
----------------------------------------------
                 TAKING INPUT                 
----------------------------------------------
Do you want to use the test suite? (y/n): n
Enter the name of the file you want to debug: /pth/to/pythonfile
Enter the name of the function you want to debug: functionname
Enter the arguments for the function (space seperated): arguements
----------------------------------------------
              RUNNING FUNCTION                
----------------------------------------------
Where do you want your JSON file to be stored? /pth/to/where/the/json/file/should/be/stored
Written to json file!

Generating the video and/or the GIF.

$ cimico
----------------------------------------------
                 TAKING INPUT                 
----------------------------------------------
Do you want to use the test suite? (y/n): n
Enter the name of the file you want to debug: /pth/to/jsonfile
Do you want to generate a video? (y/n): y
Generating video...
Enter the path to the yaml file: /pth/to/yaml/file
Where do you want your video to be stored? /pth/to/where/the/video/should/be/stored 
Do you want to generate a GIF file as well? (y/n) y
Generating GIF...

Note: The GIF and the Video will be saved in the same folder.

Contribution

Found a bug/typo in the code or want to suggest new functionality? Open up an Issue for the same or send a Pull Request.

License

The code is licensed under the MIT license.

cimico's People

Contributors

knightron0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.