A bit about me 🧐
$ pip install nikhil25803
Collecting nikhil25803
Downloading nikhil25803-0.1.tar.gz (5.7 kB)
Preparing metadata (setup.py) ... done
Installing collected packages: nikhil25803
Successfully installed nikhil25803-0.1
$ python
>>> from nikhil25803 import README
>>> README.md()
{
"About" : "Hi, Nikhil this side 👋",
"I'm" : "Into Backend Development",
"Learning" : "Deep Learning and Neural Networks",
"Looking to " : "Collaborate on Open-Source projects",
"Loves to" : "Explore different technologies",
"Reach me at" : "nikhil25803@gmail.com"
}
>>> exit()