Metadata-Version: 2.4
Name: student_tools
Version: 0.3.1
Summary: [Python 3.12 Recommended] A collection of English, Math, and Utility tools, made for students.
Author: Error Dev
Author-email: 3rr0r.d3v@gmail.com
License: Proprietary
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Framework :: IDLE
Classifier: Natural Language :: English
Requires-Python: >=3.6,<3.13
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: LICENSE
Requires-Dist: sympy
Requires-Dist: pyfiglet
Requires-Dist: requests
Requires-Dist: packaging
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A collection of *English*, *Math*, and *Utility* tools, made for students.

---

Recommended to be used with **Python 3.12**.

For some reason it refuses to work with 3.13 even though all the modules it uses say they have support for 3.13! Because of this I have decided to limit the module to not be able to be installed with 3.13 because you won't be able to use it anyway!

---

**Requires** `sympy`, `pyfiglet`, `requests`, and `packaging`

`cmd` > `pip install sympy pyfiglet requests packaging`

---

**Package name:** student_tools

**Install with:** `pip install student-tools`

**Update with:** `pip install --upgrade student-tools`

**Use with:** `import st`

---

For a list of commands, use `st.cmds()`. I recommend using `st.info()` instead. For credits, use `st.credits()`.

To check your current version, use `st.version()`. This will also tell you if you 1. need to update, 2. are using a yanked version, or 3. using an unknown or fake version.

All functions will now secretly check the version, in case you need to change versions.

To view the license, please use `st.license()`.

---

**Created by:** Error Dev **|** [https://devicals.github.io/](https://devicals.github.io/)
