Tic Tac Toe
Classic command-line two-player game with win detection and board rendering.
View codeA collection of practical Python projects by Rayan Asim — from simple scripts and games to machine learning models.
Click any category to filter the projects below.
Classic command-line two-player game with win detection and board rendering.
View codeRetro snake game built using the Turtle graphics library with score tracking.
View codeBacktracking algorithm that automatically solves any valid 9×9 Sudoku puzzle.
View codeGenerate scannable QR codes from any text or URL and export as an image file.
View codeNLP model using Naive Bayes to classify SMS messages as spam or ham with high accuracy.
View codeTime-series forecasting using Prophet to predict short-term cryptocurrency price trends.
View codeAnalyse the emotional tone of any text using VADER sentiment scoring.
View codeA fully functional desktop calculator built with Tkinter — clean layout, keyboard support.
View codeInstantly shorten any long URL using the pyshorteners library with multiple provider options.
View codeNo projects match your search.
Projects organized from beginner to advanced.
Core syntax, loops, and basic logic. Great for anyone starting out with Python.
GUIs, API calls, data scraping, and object-oriented programming.
Machine learning models, algorithms, and complex applications.
Fork the repository on GitHub, grab any project, and start learning.