PythonBeginners
PythonBeginners copied to clipboard
This repository is meant for new developers to submit first pull requests to and get reviews from peers.
#### This pull request addresses the Advanced Task to create GUI based SpeedTest, outlined in Issue Number: #50 #### Task Accomplished: - [X] Implemented a simple visual interface using the...
### Beginner Project: 1. **Base Task:** - Create a Python script that measures and prints the current download and upload speed of your machine in megabits per second, using the...
Add a calculator with at least an add function, a subtract function, a multiply function and a divide function. Feel free to expand on this idea as much as you...
Added a code for graphical calculator in Python using Tkinter, allowing users to perform arithmetic operations and supported mathematical functions, including sine (sin), cosine (cos), tangent (tan), logarithm (log), and...
Can anyone code a snake game using pygame? 🙂 I believe this might be a great addition to the repo!
Write some code to create an interactive to do list where the user will be able to add items and mark them as completed once done (bonus points if created...