PyShine

Simple and practical Python tutorials for everyone

AnimeGANv3 ONNX GUI – Complete Beginner's Guide

AnimeGANv3 ONNX GUI – Complete Beginner's Guide

Introduction AnimeGANv3 allows you to transform images into anime-style artwork using pre-trained ONNX models.In this tutorial, we will build a...

High-Resolution ASCII Image Converter in Python – Beginner's Guide

High-Resolution ASCII Image Converter in Python – Beginner's Guide

Introduction Have you ever wanted to turn your favorite images into high-resolution ASCII art? In this tutorial, we’ll build a...

Convert Images to Animated ASCII Art in Python – Beginner's Guide

Convert Images to Animated ASCII Art in Python – Beginner's Guide

Introduction Ever wondered how to turn an image into awesome ASCII art directly inside your terminal? In this beginner-friendly tutorial,...

FastAPI Lab 3 – Build a Simple To-Do List API

FastAPI Lab 3 – Build a Simple To-Do List API

Introduction Have you ever wondered how apps like Google Keep , Todoist , or even your phone’s reminder app manage...

Python Avatars – Generate Random SVG Avatars for Beginners

Python Avatars – Generate Random SVG Avatars for Beginners

Introduction Creating unique avatars is fun and useful for websites, apps, or games. In this tutorial, you’ll learn how to...

FastAPI Lab2 – Personalized Jokes API with Categories

FastAPI Lab2 – Personalized Jokes API with Categories

Introduction Welcome to Lab 2 of your FastAPI learning journey! In the previous lab, you built a basic Jokes API....

FastAPI Lab1 – Build Your First Joke API

FastAPI Lab1 – Build Your First Joke API

Introduction FastAPI is one of the fastest-growing Python frameworks for building APIs. It is super fast, easy to learn, and...

Creating Epic Text in Python with PyFiglet

Creating Epic Text in Python with PyFiglet

Creating Epic Text in Python with PyFiglet Have you ever wanted to turn your plain text into epic, stylized ASCII...

Listening and Talking Clock

Listening and Talking Clock

Wall Clock with Voice Time and Greeting This tutorial shows how to create a Python-based wall clock using pygame, with...