Skip to content
View Armancollab's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Armancollab

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Armancollab/README.md

Itachi Uchiha

πŸ‘‹ Hello, I'm Arman!

A passionate student from Afghanistan πŸ‡¦πŸ‡«

Currently learning Fullstack and Web Development

My dream is to leverage technology to empower the young generation and improve the tech landscape in my home country.

class Attributes(Arman):
    @staticmethod
    def contact() -> tuple:
        github = "Armancollab"
        telegram = "t.me/devnull9"
        twitter = "_rmnaf7"

        return github, telegram, twitter

    @staticmethod
    def life() -> tuple:
        langs = ['English', 'Persian']
        age = 18

        return langs, age

    @staticmethod
    def coding() -> tuple:
        langs = {
            'Master': ['python'],
            'intermediate': ['html', 'css'],
            'learning': ['django', 'C++', 'javascript']
        }
        specialities = ['cyber security', 'fullstack', 'web development', 'linux']
        environnement = ['vscode']

        return langs, specialities, environnement

πŸš€ Skills

html5 css3 python linux vscode bootstrap django

GitHub stats

Pinned

  1. AudioTranscriberV2 AudioTranscriberV2 Public

    🎀 AudioTranscriber Bot: Your personal AI assistant for converting audio to text effortlessly in Telegram.

    Python

  2. ToDoApp-Django ToDoApp-Django Public

    πŸ“‹ A beginner friendly Todo app using Django, where you can create, update, and manage your daily tasks with ease. Stay organized and boost your productivity!

    Python 1

  3. carinfo carinfo Public

    A Django web app to search and find information about your favorite Car Model.

    JavaScript 1

  4. Voice-Assistant Voice-Assistant Public

    Python

  5. LiveChatRoom LiveChatRoom Public

    A Flask-based real-time chat application with room creation, messaging, and member tracking.

    HTML 3 1

  6. real-time-speech-to-text real-time-speech-to-text Public

    A real-time speech-to-text program using Google Speech Recognition API.

    Python