Skip to content
View peterschwps's full-sized avatar
💻
💻
  • Berlin, Germany
  • 01:26 (UTC +02:00)

Highlights

  • Pro

Block or report peterschwps

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
peterschwps/README.md

GitHub

Hi, I'm Peter! 👋🏼

class Developer:
    def __init__(self):
        self.name = "Peter"
        self.last_name = "Schwips"
        self.city = "Berlin"
        self.country = "Germany"
        self.languages_spoken = ["German", "English"]
        self.interests = [
            "Python",
            "Reverse Engineering (Mobile Apps / Web)",
            "Web Automation",
            "Building CLIs",
        ]

    
    def say_hi(self):
        print(
            "Thanks for coming by! Feel free to reach out to me. "
            "I am always looking for interesting projects to work on!""
        )

Pinned Loading

  1. TooGoodToGo-CLI TooGoodToGo-CLI Public

    The only CLI for Too Good To Go (TGTG) that automates the FULL checkout process!

    Python 22 17

  2. MentAI MentAI Public

    An automated CLI tool using AI to solve Menti quiz questions.

    Python 3

  3. SAP-Datasphere-CLI SAP-Datasphere-CLI Public

    Unofficial CLI for SAP Datasphere that automates various tasks such as managing analytical models, remote tables, task chains and views.

    Python 4 1

  4. SAP-Datasphere-API SAP-Datasphere-API Public

    Unofficial async Python client for the SAP Datasphere automation APIs

    Python 2