2023-07-11 09:00:10 +00:00
|
|
|
# XFTGenerator
|
2023-07-11 16:46:35 +00:00
|
|
|
This Python script lets you generate boilerplate C state machines
|
2023-07-11 09:00:10 +00:00
|
|
|
|
2023-07-11 16:46:35 +00:00
|
|
|
## Requirements
|
|
|
|
- Python 3
|
|
|
|
|
|
|
|
## Executing
|
|
|
|
To run the program, execute `main.py`.
|
|
|
|
Answer the questions to generate the files.
|
|
|
|
The output will be located in `XFTGenerator/out/`.
|
|
|
|
|
|
|
|
## License
|
|
|
|
This software is provided under the GPL3.0 license
|