Metadata-Version: 2.1
Name: some-student-le
Version: 1.0.7
Summary: really not good (by Dr Lo, my math teacher)
Author: Taokyle
Author-email: taokyle415@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# **some student le**
<h2>really not good</h2>
<p>-by Dr Lo (my math teacher)</p>

This is a library containing 1 single line
the line rewrites some module (mostly built-in functions) into some impractical fancy function designed to replace the original

To use it, simply do `from some_student_le.really_not_good import *`  and watch the magic happen

(its buggy I know, but only when you use it with random advance thingy like the original)

<br><br>

*KNOWN ISSUE:*
- input doesn't allow the prompt to include ANSI code
- non-tty terminal cannot enjoy the effect (errors)
- editing/moving/changing size of the terminal (I dont actually know how it happen or when, but it just do, I cant even recreate it on purpose it just happens randomly) mid-print/mid-input results in ANSI code leaking (somehow)

source code: <a href="https://github.com/TaokyleYT/some_student_le">github</a> <a href="https://pypi.org/project/some-student-le/">PyPI 1</a> <a href="https://pypi.org/project/really-not-good/">PyPI 2</a> 

***Development log:***<br>
*(every version not shown here is either not exist or deleted for various reasons)*
| version |    info    |   yanked    |
|---------|------------|-------------|
|0.0.0    | test version to see if the test platform works under 2 different versions of the project<br>also see if anything is wrong on PyPI|**YES**|
|0.0.1    | more testing on top of 0.0.0, some bug fixed|**YES**|
|1.0.1    | first release, featuring typewrite-like animated effect for `print` and `input` (cause I accidentally deleted 1.0.0 so its now 1.0.1)|**YES**|
|1.0.3    | fixed a typo on readme where it's telling you to import the wrong thing to use it|**YES**|
|1.0.4    | fixed a bug where PyPI 1 version cannot be used (since the 2 versions are released together, one went wrong and the other need to be updated too so...)<br>Also added the link to 2 versions to README.md|**YES**|
|1.0.6    | fixed the issue where you could delete words that are printed instead of inputted, which normally couldn't. Also fixed that you cant delete your input if it was too long it truncated to the next line.|**YES**|
|1.0.7    | fixed the print to file results in gribbish issue by not having the animation for non-stdout files.|**NO**|
