mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +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
|
||||
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
|
||||
can enter messages such as "up up down down left right B A"
|
||||
and the Python program will trigger the corresponding
|
||||
keypresses.
|
||||
Allow Twitch chatters to play games such as Pokemon!
|
||||
Chatters can enter messages such as "up up down down left
|
||||
right B A" and the Python program will trigger the
|
||||
corresponding keypresses.
|
||||
</p>
|
||||
<div
|
||||
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>
|
||||
<hr class="w-full" />
|
||||
<p class="text-left">
|
||||
In the beginning, I used my Python skills to entertain
|
||||
and to automate the boring stuff, such as using Selenium
|
||||
for automation + web scraping, play chess by automating
|
||||
mouse controls and build Discord bots. Now, I am
|
||||
experienced with backend web development, managing
|
||||
databases and building performant applications.
|
||||
With experience in various programming languages, I
|
||||
learnt to setup databases, implement routing and
|
||||
organized my code to ensure maintainability and
|
||||
scalability.
|
||||
</p>
|
||||
<div class="flex w-full flex-row flex-wrap justify-start">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue