Skip to content
View Jawschamp's full-sized avatar
:octocat:
Working on Project Magma Python and Web stuff.
:octocat:
Working on Project Magma Python and Web stuff.
Block or Report

Block or report Jawschamp

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

's Github Stats

Languages

python

csharp

markdown

🤣

HI I'm Jaws, I'm a Python developer who is currenly learning C#, I'm working on Project Magma which is chat app and EZFN I write my code in full async.

Things I've Done

  • Made an AimBot in Python
  • Made a Memory Reading Module in Python

I try to write my code for Windows/Most distributions of Linux

Python Frameworks

  • Django Django LOGO
  • Tornado Tornado LOGO
  • AIOHTTP AIOHTTP LOGO

Dream Projects/Plans

  • Write a custom Game Asset Reader

Pinned

  1. Discord-Api-Endpoints Discord-Api-Endpoints Public

    Forked from GregTCLTK/Discord-Api-Endpoints

    A list of useful Discord API endpoints

    1

  2. EpicAPI EpicAPI Public

    This is just something i threw together to get data from Epic easily with third party tools.

    Python 3 2

  3. Unofficial-Epic-Games-products Unofficial-Epic-Games-products Public

    This repository is dedicated to hosting tutorials on how to use different community made applications/apis etc related to Epic Games or Fortnite and to provide 1 good place to organize some great t…

    19 5

  4. Simple Python script that parses all... Simple Python script that parses all file wheels (needs to be optimized)
    1
    import wheel_filename
    2
    import requests
    3
    from requests_html import HTMLSession
    4
    import re
    5
    from typing import NoReturn
  5. Simple YouTube timestamp converter f... Simple YouTube timestamp converter for Python (simple thing I needed for a project) | Right now it only supports 4 digit numbers: (mm:ss)
    1
    class TimestampConverter:
    2
        def __init__(self, time_):
    3
            self.time_ = time_
    4
            self.len_dig = len(self.time_)
    5
            self.time_array = []
  6. Segmented-Downloader Segmented-Downloader Public

    Downloads all segments from a singal stream and combines them (if coded to do so)

    Python 1 1