Skip to content

davvvr/My-Learning-Projects

Repository files navigation

My Learning Projectsdavvvr

Table of Contents

Information

This repository contains the small projects I create while learning Python.

You are welcome to use and modify my code in your own projects. If you do, please credit me.

© 2026 davvvr. This repository is made available under MIT License.

💡 Feedback is welcome!

If you have tips, suggestions, or improvements, feel free to open an issue or submit a pull request.

This is not the final version of the README. I will update the README as I continue my learning journey.

Python 3.13

Files

A file containing reusable functions and constants, to avoid having to retype or copy-paste them every time.

A small game where you can play Rock, Paper, Scissors against the computer.

A game where you guess a number from 1 to 50. The program tells you whether your guess is too high or too low.

random_username.py (Latest project)

A small program where the computer generates a username based on your first and last name.