mirror of
https://github.com/Xevion/Xevion.git
synced 2025-12-16 00:13:49 -06:00
Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
```python
|
```python
|
||||||
from life.species import Human
|
from life.species import Human
|
||||||
from skills import python, javascript, csharp, html, css, other
|
from skills import python, java, javascript, csharp, html, css, other
|
||||||
from datetime import date
|
from datetime import date
|
||||||
from random import choices
|
from random import choices
|
||||||
from os import getenv
|
from os import getenv
|
||||||
@@ -22,6 +22,9 @@ class RyanWalters(Human):
|
|||||||
python.Spotipy, python.PyQt5, python.Tkinter, python.PySimpleGUI, python.Click,
|
python.Spotipy, python.PyQt5, python.Tkinter, python.PySimpleGUI, python.Click,
|
||||||
python.Arcade, python.Processingpy, python.SQLAlchemy
|
python.Arcade, python.Processingpy, python.SQLAlchemy
|
||||||
],
|
],
|
||||||
|
'java': [
|
||||||
|
java.Kotlin, java.Android
|
||||||
|
],
|
||||||
'javascript': [
|
'javascript': [
|
||||||
javascript.JQuery, javascript.VueJS
|
javascript.JQuery, javascript.VueJS
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user