Skip to content
View Pymetheus's full-sized avatar
๐Ÿ
Focusing
๐Ÿ
Focusing
Block or Report

Block or report Pymetheus

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
Pymetheus/README.md

Hi there, I'm Fabian ๐Ÿ‘‹

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareDeveloper:

    def __init__(self):
        self.name = "Fabian"
        self.role = "Software Developer"
        self.location = "European Union"
        self.language_spoken = ["en_US", "de_DE", "it_IT"]

    def say_hi(self):
        print("Thanks for dropping by, hope you enjoy my open source contributions!")


me = SoftwareDeveloper()
me.say_hi()

Languages and Tools

Python Pandas NumPy Jupyter MySQL Docker Postman Linux RaspberryPi

My GitHub Stats

Top Languages

NOTE: Top languages does not indicate my skill level, it's a github metric of which languages I have used the most code on github.


Where to find me

Github Twitter LinkedIn

Popular repositories

  1. XBot_Pimetheus XBot_Pimetheus Public

    A curious python bot traveling through X space on a RaspberryPi

    Python 1

  2. The-Briscola-card-game The-Briscola-card-game Public

    Play a python implementation of the popular Italian trick-taking card game

    Python 1

  3. Pymetheus Pymetheus Public

  4. YoutubeExtractor YoutubeExtractor Public

    A Python script that downloads videos and playlists from YouTube, extracts their audio tracks, converts the files to MP3/MP4, and optionally writes metadata to a MySQL database.

    Python