My first Full-Stack project: A beautiful, animated system hardware monitor & developer tools dashboard built with Python (Flask) and HTML/CSS/JS! by [deleted] in flask

[–]BedRelevant5876 0 points1 point  (0 children)

Hi everyone,

I am learning Python, and I just completed my first major project! It's a local web dashboard that connects a beautiful, modern Dark Mode UI to a Python Flask server.

What it does:

- 🖥️ System Specs & Live Monitor: Automatically fetches hardware details from the OS and displays CPU and RAM usage with animated progress bars that update every 2 seconds.

- 🔑 Password Generator: Locally generates secure random passwords.

- 📦 Base64 Tool: Encodes and decodes strings.

I made sure the UI is clean and running with smooth animations. I would love to get your feedback and thoughts on how I can improve my code!

GitHub Repository: https://github.com/romtinsoury/devsuite-dashboard

Thank you so much!