xkrrudah 85a52f2ae4 Version up to 1.0.4
- CHANGELOG.md
- Custom_Lib.py
- pyproject.toml
- README.md
2026-05-08 14:33:30 +09:00
2026-05-08 14:17:50 +09:00
2026-05-08 14:17:50 +09:00
2026-05-08 14:15:58 +09:00
2026-05-08 14:10:14 +09:00
2026-05-08 14:33:30 +09:00
2026-05-08 14:33:30 +09:00
2026-05-07 15:38:03 +09:00
2026-05-07 15:38:03 +09:00
2026-05-07 15:38:03 +09:00
2026-05-08 14:33:30 +09:00
2026-05-08 14:33:30 +09:00

Custom Lib

My Custom Python Library.


Features

  • File utility
  • Logger
  • UUID
  • Image utility
  • Crawling utility

Requirements

  • Python 3.9+

Note

  • Move pyproject.toml to the project directory.

Install

Common

python -m pip install -e .

Image

python -m pip install -e .[image]

Crawling

python -m pip install -e .[crawling]

All

python -m pip install -e .[all]

Usage

from custom_lib import Custom_Lib as custom

custom.init()

Modules

Module Description
my_file_config File utility
my_logger Logger
my_uuid UUID
my_image Image utility
my_crawling Crawling utility

Optional Dependencies

Option Packages
image Pillow, OpenCV, Nump
crawling Requests, BeautifulSoup

Project Structure

custom_lib/
├─ crawling/
│  └─ __init__.py
│  └─ my_crawling.py
├─ image/
│  └─ __init__.py
│  └─ my_image.py
├─ __init__.py
├─ CHANGELOG.md
├─ Custom_Lib.py
├─ my_file_config.py
├─ my_logger.py
├─ my_uuid.py
├─ pyproject.toml
└─ README.md

Version

v1.0.4

S
Description
No description provided
Readme 66 KiB
Languages
Python 100%