Skip to content

Instantly share code, notes, and snippets.

View Xaypanya's full-sized avatar
:octocat:
Bello

Xaypanya Phongsa Xaypanya

:octocat:
Bello
View GitHub Profile
@Xaypanya
Xaypanya / sorry_babe.py
Created December 30, 2022 08:04
message automation in python using pyautogui
import pyautogui as bibi
import time
time.sleep(5)
for i in range(150):
bibi.write("khor thodd dw lieng sa khai mouk~~")
time.sleep(.5)
bibi.press("Enter")
@Xaypanya
Xaypanya / iloveyou.py
Created December 30, 2022 06:59
heart pattern in python
n = 8
m = n+1
for i in range(n//2-1):
for j in range(m):
if i == n//2-2 and (j == 0 or j == m-1):
print("*", end=" ")
elif j <= m//2 and ((i+j == n//2-3 and j <= m//4) \
@Xaypanya
Xaypanya / react-authentication-folder-structure.md
Created December 7, 2022 03:50 — forked from mksglu/react-authentication-folder-structure.md
React JS Authenatication Folder Structure

React JS Authenatication + REST API

Used Packages

  • React JS
  • Redux Thunk
  • Redux Form
  • Redux Logger