🚀 Day 14 of #100DaysOfCode Built a Higher Lower game using Python & Streamlit 🔼🔽 🔹 Compare social media accounts 🔹 Guess who has more followers 🔹 Score tracking with instant feedback 🔹 Converted a CLI game into a web app 🌐 Live App: https://lnkd.in/gVufj84r 💻 GitHub: https://lnkd.in/gT7us-up Learning Python by building interactive, logic-based projects. #python #streamlit #learninginpublic #100daysofcode #coding
Python Higher Lower Game with Streamlit
More Relevant Posts
-
Built a Flask-based media web app 🎬 Users can browse Movies, Series, and Anime — and when a movie is selected, it redirects directly to its official trailer on YouTube. Tech stack: Python, Flask, HTML, CSS, Jinja2 #Python #Flask #WebDevelopment #StudentProject
To view or add a comment, sign in
-
When I first started with Python, one thing always slowed me down: The Errors. 🚫 The tracebacks were there, but decoding them often took longer than fixing the bug itself. It wasn't that Python was wrong it just wasn't very human-friendly. So I asked myself: “Instead of decoding errors every time, why not build something that explains them clearly?” That question became Voxie. 🚀 I’m excited to launch Voxie, a Python CLI tool that converts confusing tracebacks into clear, beginner-friendly explanations. It tells you: • What actually went wrong • Where it happened • How to approach fixing it 📦 Try it out: pip install voxie 🔗 PyPI: https://lnkd.in/g44Hm-mr 💻 GitHub: https://lnkd.in/gQEJXYXP Building this wasn't just about code; it was a crash course in production software engineering: ✅ Packaging & Versioning ✅ Dependency Management ✅ Clean-Environment Testing ✅ CLI & UX Design It started as a personal frustration, but now it’s a tool anyone can use. I’d love for you to try it out (and maybe star the repo ⭐) and let me know what you think! #Python #OpenSource #BuildInPublic #DeveloperTools #LearningByBuilding
To view or add a comment, sign in
-
-
First Python Project 🐍 I’m excited to share my very first mini-project using Python: a Rock, Paper, Scissors game! 🎮 Building this allowed me to practice and implement several core programming concepts: • Logic Flow: Managed game rules using `if-else` statements. • Randomization: Used the `random` library for the computer's moves. • Repetition: Implemented `while loops` to keep the game running until the player wants to quit. • Interactive Features: Integrated pyttsx3 to give the game a voice! Now, the computer actually speaks its choices and results. 🗣️ It’s been a great journey moving from theory to building something interactive in VS Code. This project taught me a lot about debugging and enhancing user experience (UX). Check out the demo below! ⬇️ #Python #CodingJourney #LearningInPublic #VSCode #PythonBeginner #Programming
To view or add a comment, sign in
-
🚀 VIDEO CHALLENGE: Can you predict all the outputs before watching? I demonstrate enumerate() and zip() with: Lists Sets Tuples Strings Dictionaries Multiple zipped lists Custom start index 👇 Comment below with: How many outputs did you guess correctly? Your favorite use case for enumerate() or zip() What Python concept should I cover next? Watch → Learn → Engage! 🎥 #PythonChallenge #Coding #Programming #LearnToCode #Developer #Tech #PythonProgramming #Day35
To view or add a comment, sign in
-
I finally made CODED FLOWS open to the public! I built this app to solve two challenges I faced: - How to create internal tools for the company as quickly as possible without rewriting everything from scratch and building on past experiences. - ...And how to leverage AI to generate reusable scripts without losing "ownership" of the tool's logic to AI. This is where CODED FLOWS can be helpful. Any expertise I have can be transformed into reusable Python code blocks, and when using AI, it creates code blocks that I can organize, reuse, and visualize as a flow, making me the owner of the "business logic", with the ability to export the entire visual flow as a Python script. I'll soon share some real demos related to DB management, Machine Learning exploration, and more to demonstrate the potential of such an app. Meanwhile, you can download the app or just DM me if you need any further info related to CODED FLOWS, I'd love for you to benefit from it too! #python #ai #nocode #lowcode
CODED FLOWS is now live 🎉 A desktop app that turns your Python logic into modular visual workflows. Drag and drop code blocks, AI fills the gaps. You can build your technical expertise into reusable Python Bricks, making prototyping and scripting internal tools faster and more fun. Discord link in comments if you want help getting started. ⬇ #python #nocode #ai #lowcode
To view or add a comment, sign in
-
Day 4 of My Tech Story 💻 What I’ve Learned So Far in Python (Beginner Friendly) 💻 Python is a high-level programming language, which means it’s designed to be easy for humans to read and write. We use Python as a way to communicate with the computer — giving it instructions on what to do. For example, when we write: print("Hello World") We are telling the computer to display the words “Hello World” on the screen. Let’s break it down: print() → This is a command that tells the computer to show something as output "Hello World" → The words inside the quotation marks are called a string (just text) So Python reads this as: 👉 “Print the text inside the quotes.” And just like that, you’ve given your first instruction to a computer! 🎉 Every program, app, or system is built from simple instructions like this — one line at a time. #RisewithTechCrush #Tech4Africans #LearningwithTechCrush #MyTechStory #PythonForBeginners #WomenInTech #DataScienceJourney
To view or add a comment, sign in
-
-
Text-to-Speech with Python 🎙️🐍 Ever wondered how simple it is to make your Python application talk? With just a few lines of code and the pyttsx3 library, you can convert plain text into natural sounding speech completely offline. This is a great building block for: • Accessibility features • Virtual assistants • Games and interactive apps • Voice-enabled learning tools Sometimes, small snippets of code unlock powerful user experiences. 🚀 Keep experimenting, keep building. #Python #TextToSpeech #Programming #Accessibility #AI #SoftwareDevelopment #LearningByBuilding
To view or add a comment, sign in
-
-
🚀 Built a Rock–Paper–Scissors Game using Streamlit & Python! 🎮 I recently created a Rock✊–Paper🖐️–Scissors✌️ game using Streamlit where users can play against the computer in an interactive web app. 🔹 Key features of the project: User-friendly UI using Streamlit Random computer moves using Python’s random module Real-time game result (Win👍 / Lose👎 / Tie🤝) Visual feedback with success, error messages & balloons 🎈 Custom gradient background styling using HTML & CSS 🔹 What I learned: Building interactive web apps with Streamlit Handling user input using widgets like selectbox and button Applying game logic using conditional statements Enhancing UI with custom styling This project helped me strengthen my Python logic and understand how quickly we can turn ideas into web apps using Streamlit. 💡 Excited to build more interactive projects as I continue learning Python, FastAPI, and Data Science tools! #Python #Streamlit #BeginnerProject #WebApp #LearningByDoing #DataScience #Programming #PythonProjects
To view or add a comment, sign in
-
𝑴𝒚 𝒊𝒏𝒔𝒊𝒈𝒉𝒕𝒔 𝒘𝒉𝒊𝒍𝒆 𝒄𝒐𝒎𝒑𝒂𝒓𝒊𝒏𝒈 '𝑴𝒚 𝒄𝒐𝒅𝒆' 𝒕𝒐 𝒕𝒉𝒆 '𝑺𝒐𝒍𝒖𝒕𝒊𝒐𝒏 𝑪𝒐𝒅𝒆' 🙄 To be honest, I've only recently started using functions and using comments in my code... since I didn't know that they were so handy 😅 But when I look at the solution, it feels like: "Wow! You just have to look once to get what's happening in there 😮" And hence, I started using 𝐅𝐮𝐧𝐜𝐭𝐢𝐨𝐧𝐬 and 𝐂𝐨𝐦𝐦𝐞𝐧𝐭𝐬 in my code which made it look less messy and more understandable 😁 I guess, just 'making the code work and give the desired solution' is not the only step, but making it more READABLE and UNDERSTANDABLE is what makes the code more awesome 😆 (It helps to solve bugs easily too 👍) Suggestions and Insights are appreciated 🙌✨ #Python #Programming #CSE #StudentDeveloper #LearningWhileCoding
To view or add a comment, sign in
-
Why use a website with 10 ads when you can write 50 lines of Python? 🛠️ After building my YouTube downloader, I realized I needed something just as fast for X (Twitter). So, I spent today building a dedicated X Video Downloader in Python. 🐦🐍 This version feels even smoother because I integrated: * Tkinter GUI: Using filedialog so I can visually pick my download folder instead of typing paths. * Dynamic Scaling: Wrote a custom function to convert bytes into readable MB/GB formats so I know exactly what I’m downloading. * FFmpeg Remuxing: Ensuring every video is saved in a perfect MP4 format with metadata intact. It’s amazing how much you can reuse logic across projects while still finding new ways to optimize the workflow. One more tool for the collection! What’s the last "quick fix" script you wrote? 💻✨ #Python #Automation #XDownloader #BuildInPublic
To view or add a comment, sign in
-
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development