Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiefciman/kiefciman


https://github.com/kiefciman/kiefciman

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

```python
class Kiefciman:
def __init__(self):
self.name = 'Kiefciman'
self.level = 22
self.gender = 'husbando'

def life(self):
self.life = None
self.difficulty = 'hardcore'

def tech(self):
self.os = 'Atlas'
self.langs = ['bash', 'python', 'C', 'C++', 'C#', 'html', 'css' 'gdscript', 'lua', 'javascript']
```