alwenpy - Overview

$ pip install alwenpy
Collecting alwenpy
  Downloading alwenpy-0.1.tar.gz (5.7 kB)
  Preparing metadata (setup.py) ... done

Installing collected packages: alwenpy
Successfully installed alwenpy-0.1

$ python

>>> from alwenpy import README
>>> README.md()

{
    "About": "Hi, Arvind this side 👋",
    "Intro":" Python Enthusiast turned Backend Architect🐍"
    "I like": "Computer science stuff that includes backend, APIs, frameworks like Django, & Fast API (have tried a variety of frameworks)🧑‍💻"
    "Currently Learning": "Fast API, MongoDB",
    "Also a": "🚀POSTMAN STUDENT LEADER",
    "Reach me at": "alwen1928@gmail.com📨"
}

>>> exit()