Skip to content
View Firas-coder's full-sized avatar

Block or report Firas-coder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Firas-coder/README.md

Hi there Welcome To My GitHub 👋

This is an educational repository containing Python and Django code collected for learning purposes only. All code and explanations are sourced from various educational materials, and full credit b…

Hello Coders
Workspace


Flutter Dart Python Html Css Vscode Sqlite

// tools_I_use organized

class About extends Me { 
  const myTools = {  
    "ProgramingLanguages" : { "Dart", "Python" },
    "OtherLanguages" : { "HTML", "CSS" },
    "Database" : { "Sqlite", "PostgreSql" },
    "Editors" : { "Vscode", "Pycharm" },
    "Platforms" : { "Windows" },
  };
}

Code Cycle

Broken system!       It's working!       It's working but you don't know how!

Popular repositories Loading

  1. Firas-coder Firas-coder Public

  2. Register-New-User-Generate-QR-Code Register-New-User-Generate-QR-Code Public

    This project allows you to register a new user and automatically generate a unique QR Code for that user. The generated QR code can contain user information such as username, email, or unique ID.

    Python