Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiefciman/kiefciman
https://github.com/kiefciman/kiefciman
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiefciman/kiefciman
- Owner: Kiefciman
- Created: 2022-06-17T14:52:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T13:07:02.000Z (5 months ago)
- Last Synced: 2024-08-07T15:49:51.755Z (5 months ago)
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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']
```