2024-05-10 14:13:09 +02:00
|
|
|
# Python Useful Scripts #
|
|
|
|
|
|
|
|
This repository contains useful programs written in **Python 3.9**. Each folder accompanied with **requirements.txt** for easier dependency access.
|
|
|
|
|
|
|
|
## Currently Avaiable: ##
|
2024-05-11 00:13:52 +02:00
|
|
|
* Benchmark Program : using **psutil** to obtain performance
|
|
|
|
* Pickle Compress Program : compress variable dumps using **gzip**, **bzip2**, **lzma**, or **no compression at all**
|
2024-05-10 14:13:09 +02:00
|
|
|
* *adding more soon*
|