My Learning Projects — davvvr 
- Information
- Files
- my_functions.py
- rock_paper_scissors.py
- guess_the_number.py
- random_username.py (Latest project)
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.
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.
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.