This repository contains small Python projects I built while learning Python. Each project focuses on different concepts like loops, functions, and user input.
A mini Python game that uses modules like random and datetime.
👉 [View Project]./https://github.com/SurajRaturi/mini-python-projects/tree/b409c8bf5b9b63986790b18630de85336f31a99f/Smart%20dice%20roller
A simple python program which generate random otp and valid it through time. 👉 [View Project]./https://github.com/SurajRaturi/mini-python-projects/tree/b2b980df7eb4b9ac8e677a71b093f25f58bdfb07/OTP%20Generator
A simple flask-python based app which perform CRUD application using http methods. 👉 [View Project].https://github.com/SurajRaturi/mini-python-projects/tree/b3654f22eb06f1f72be46b8f7ae694e0fa5a0592/Flask-api-basic
- Clone this repository
- Open any project folder
- Run the Python file inside
- Python basics
- Functions and loops
- Problem-solving skills
- Working with new modules
- Add more mini projects
- Improve code structure
- Handle edge cases better