Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

v1.0

Compare
Choose a tag to compare
@iamyaash iamyaash released this 13 Oct 14:24

sneaky-package

v1.0 Stable-Release

Changes

Naming conventions of the features are changed to avoid confusion for contributors.

v0.9.1 v1.0
models.py show.py
graph.py clip.py
piechart.py write.py

Fixes

  • Support almost all the possible extensions that has texts.
    • .py, .c, .cpp, .java, .js, .md, .txt, .go...
  • Utilized simpler and faster built-in libraries like shutil & glob for faster implementation with compact codebase.

Added

  • A new feature that scrapes the content from cl1p.net, and displays the content in console output with indentation.

    scrap.py

  • Yet another feature that has merged show, clip,and write in one file.

    display.pt