mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
updated text content
This commit is contained in:
parent
6556347b7e
commit
8207aaf5e5
2 changed files with 8 additions and 10 deletions
|
|
@ -223,10 +223,10 @@ import TwitchPlays from "./images/projects/twitchplays.webp";
|
||||||
<p
|
<p
|
||||||
class="max-w-lg text-balance text-center text-xl lg:max-w-none lg:text-right"
|
class="max-w-lg text-balance text-center text-xl lg:max-w-none lg:text-right"
|
||||||
>
|
>
|
||||||
Allow Twitch chatters play games such as Pokemon! Chatters
|
Allow Twitch chatters to play games such as Pokemon!
|
||||||
can enter messages such as "up up down down left right B A"
|
Chatters can enter messages such as "up up down down left
|
||||||
and the Python program will trigger the corresponding
|
right B A" and the Python program will trigger the
|
||||||
keypresses.
|
corresponding keypresses.
|
||||||
</p>
|
</p>
|
||||||
<div
|
<div
|
||||||
class="mt-5 flex w-full flex-row flex-wrap justify-center lg:justify-end"
|
class="mt-5 flex w-full flex-row flex-wrap justify-center lg:justify-end"
|
||||||
|
|
|
||||||
|
|
@ -87,12 +87,10 @@ import Line from "../elements/NetworkLine.astro";
|
||||||
</div>
|
</div>
|
||||||
<hr class="w-full" />
|
<hr class="w-full" />
|
||||||
<p class="text-left">
|
<p class="text-left">
|
||||||
In the beginning, I used my Python skills to entertain
|
With experience in various programming languages, I
|
||||||
and to automate the boring stuff, such as using Selenium
|
learnt to setup databases, implement routing and
|
||||||
for automation + web scraping, play chess by automating
|
organized my code to ensure maintainability and
|
||||||
mouse controls and build Discord bots. Now, I am
|
scalability.
|
||||||
experienced with backend web development, managing
|
|
||||||
databases and building performant applications.
|
|
||||||
</p>
|
</p>
|
||||||
<div class="flex w-full flex-row flex-wrap justify-start">
|
<div class="flex w-full flex-row flex-wrap justify-start">
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue