Silence the anyoing tracebacks
Project description
tracebackSilencer
A python package for silencing the anyoing tracebacks
Here is a coding example:
from Packages import tracebackSilencer
ts = tracebackSilencer.Silencer()
ts.activate(__file__)
sfdihjur
print("Hello, World")
The Output Will Be:
/home/th3ou1d3x/Hehe/.venv/bin/python /home/th3ou1d3x/Hehe/Haha.py
Using Traceback Silencer
By: Anthony R. + Avash K.
Hello, World
Process finished with exit code 1
You Can Also Optionaly Use ts.debug(True) before activation in that code that was given to get debug prints and a debug report
This is very useful but because it uses its own code parser at the current time functions , variables and classes may have some trouble
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tracebacksilencer-0.1.0.tar.gz.
File metadata
- Download URL: tracebacksilencer-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bce23a1a2d546af338ce2730b64b21e1d0dc6f5d22d466e421c2859deb76736
|
|
| MD5 |
e34232dbbef7a0fbf726dfa7633d75a4
|
|
| BLAKE2b-256 |
2120e9c89fdec59f3b9713da1e127007fa89b45fcfc3aacb9131bf205c212ae5
|
File details
Details for the file tracebacksilencer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tracebacksilencer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53ccbecf013f74d4590bf86ec9962934b5943b01ccd3265ba5b18b4b2cc368db
|
|
| MD5 |
8607a9822677f8f035e9596306f8a5fe
|
|
| BLAKE2b-256 |
19ace947daceaab37d8f79d3f751effd0930861fcb9c9c73d6bd6a4232c12182
|