Skip to content
View d33p0st's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report d33p0st

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
d33p0st/README.md

About me

A coder by heart, a problem solver and always up for learning new things about computers.

pviews

Well, that's disappointing. Anyway...

d33p0st's github activity graph

LinkedIn Instagram DEV.to

Pinned Loading

  1. documentation documentation Public

    Table of contents for all my projects

    Python 1

  2. modstore modstore Public

    Basic and Modded Data Structures with rust backend for speed and safety and python's comfortability.

    Python 1

  3. Custom Logger module using looger li... Custom Logger module using looger library of python. Simple use this file as a module for your project to maintain logs. Make sure to add`looger` as your dependency in the `pyproject.toml`.
    1
    from looger.loglib import Logger as looger
    2
    from os import getcwd as cwd
    3
    from os.path import join as joinpath
    4
    
                  
    5
    class Logger:
  4. Use blockchain in python. Use blockchain in python.
    1
    There are a ton of functionalities other than just creating and printing the `blockchain`.  
    2
    Find them [`here`](https://d33p0st.in/documentation/libraries/modstore#libraries).
    3
    
                  
    4
    To install `modstore`,
    5