Coder Social home page Coder Social logo

gridhead / re2fa-converter Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 35.18 MB

A Qt 5 Python GUI application for converting regular expressions to a finite automaton

License: GNU General Public License v3.0

Python 100.00%
converting-regular-expressions non-deterministic-finite-automaton deterministic-finite-automata

re2fa-converter's Introduction

re2fa-converter

A Python GUI application for converting regular expressions to finite automata

ExpressionCalculation

Usage

  1. Install and upgrade virtualenv if not already done by executing pip3 install virtualenv --user
  2. Clone the repository on your local drive and make it your current working directory
  3. Create a virtual environment by executing virtualenv venv
  4. Activate the virtual environment by executing source venv/bin/activate
  5. Install all dependencies for the project by executing pip3 install -r requirements.txt
  6. Run the project by executing python3 IndexApplication.py
  7. Type in any regular expression and watch it transform into a finite automata
  8. When done tinkering, deactivate the virtual environment by executing deactivate
  9. Give stars to the repository if it was helpful

Bugs

  1. Calculating minimized DFA will most likely result in a wrong answer.
  2. Window will flicker on Wayland sessions. Try using Xorg as much as possible.

Contribute

Fork, add, build and make a PR. You know the drill.

re2fa-converter's People

Contributors

ank-22 avatar bislara avatar gridhead avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

bislara

re2fa-converter's Issues

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.