You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-25
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# 🤖 Pytomata
1
+
# 🤖 Pytomatas
2
2
3
-
**📌 Version 1.6.0**
3
+
**📌 Version 1.0.0**
4
4
5
5
<hr>
6
6
7
-
Pytomata allows to simulate Acceptor Automata in the console with Python, implementing its characteristics using different definitions (mathematics included), with the following types:
7
+
Pytomatas allows to simulate Acceptor Automata in the console with Python, implementing its characteristics using different definitions (mathematics included), with the following types:
Go to **[THIS LINK](http://github.com/arhcoder/Pytomata/blob/master/docs/automatas.md"THIS LINK")** to see the documentation on all the features of the different types of automata, the functions they have, and examples of their implementation.
166
+
Go to **[THIS LINK](http://github.com/arhcoder/Pytomatas/blob/master/docs/automatas.md"THIS LINK")** to see the documentation on all the features of the different types of automata, the functions they have, and examples of their implementation.
Go to **[THIS LINK](https://github.com/arhcoder/Pytomata)** to check out the source code.
186
+
Go to **[THIS LINK](https://github.com/arhcoder/Pytomatas)** to check out the source code.
187
187
188
188
<br>
189
189
190
190
## ✍ Contributing
191
191
192
-
Contributions are welcome! If you encounter any issues, have suggestions, or would like to contribute to the project, please feel free to open an issue or submit a pull request on **[this repository](https://github.com/arhcoder/Pytomata)**.
192
+
Contributions are welcome! If you encounter any issues, have suggestions, or would like to contribute to the project, please feel free to open an issue or submit a pull request on **[this repository](https://github.com/arhcoder/Pytomatas)**.
193
193
194
194
<br>
195
195
196
196
## 📜 License
197
197
198
-
This project is licensed under the MIT License - see the **[LICENSE](https://github.com/arhcoder/Pytomata/blob/master/LICENSE)** file for details.
198
+
This project is licensed under the MIT License - see the **[LICENSE](https://github.com/arhcoder/Pytomatas/blob/master/LICENSE)** file for details.
Copy file name to clipboardExpand all lines: docs/automatas.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# 🤖 Pytomata
1
+
# 🤖 Pytomatas
2
2
3
3
**📓 Documentation**
4
4
5
5
<hr>
6
6
7
-
Pytomata allows to simulate Acceptor Automata in the console with Python, implementing its characteristics using different definitions (mathematics included), with the following types:
7
+
Pytomatas allows to simulate Acceptor Automata in the console with Python, implementing its characteristics using different definitions (mathematics included), with the following types:
Copy file name to clipboardExpand all lines: docs/xsafebox.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## 🔐 Safebox Automata
2
2
3
-
### Project implementation for Pytomata
3
+
### Project implementation for Pytomatas
4
4
5
5
<hr>
6
6
7
-
This is a sample project that uses automata from the Pytomata library (this library), to do two things:
7
+
This is a sample project that uses automata from the Pytomatas library (this library), to do two things:
8
8
9
9
1. Using an **algorithm, it automatically creates an automaton (DFA)** using the features of this library. Based on creating a safebox password, **the algorithm designs the automaton that would simulate said safe,** and through the library it **implements it** autonomously **and simulates it.** The generated automata understands the letters ***"L"*** and ***"R"*** as language, which are used to represent the password, which must be included in the **string accepted by the automaton, to open the safe.** The algorithm recieves a safebox password (like "LLRRRRLLLLRRRR") and creates the automata for the language that includes the password as substring.
10
10
@@ -15,7 +15,7 @@ This is a sample project that uses automata from the Pytomata library (this libr
0 commit comments