Update README.md

This commit is contained in:
2022-02-26 03:57:20 -06:00
committed by GitHub
parent b042e61504
commit aa5843883f

View File

@@ -1,6 +1,6 @@
```python
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 random import choices
from os import getenv
@@ -22,6 +22,9 @@ class RyanWalters(Human):
python.Spotipy, python.PyQt5, python.Tkinter, python.PySimpleGUI, python.Click,
python.Arcade, python.Processingpy, python.SQLAlchemy
],
'java': [
java.Kotlin, java.Android
],
'javascript': [
javascript.JQuery, javascript.VueJS
],