Skip to content
View PaulCreusy's full-sized avatar

Block or report PaulCreusy

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

Paul Creusy

About me ✋

I am an engineer student in Aerospace at CentraleSupélec.

My projects 💻

I am developing small projects with Python on my free time, serious ones or just for fun. I also sometimes release mobile apps on the PlayStore with an other account : @LupaDevStudio

Pinned Loading

  1. flight-mech flight-mech Public

    Python package to compute the characteristics of an airplane or an airfoil based on simple flight mechanics equations.

    Python 2

  2. mcqmaker mcqmaker Public

    MCQMaker is a software with a graphical interface that allows you to import, create, modify and manage MCQs in various formats such as text, docx, pdf or xml for Moodle. It is designed to ease and …

    Python 3 1

  3. Tetris-X-2019 Tetris-X-2019 Public

    A Tetris game adapted from the X/ENS informatics exam of 2019.

    Python 2

  4. How to self-sign a Windows executabl... How to self-sign a Windows executable created with Pyinstaller
    1
    # How to self-sign a Windows package created with Pyinstaller 
    2
    
                  
    3
    This document aims to explain all the necessary steps to self-sign a Windows executable.
    4
    
                  
    5
    > :warning: **Warning**  
  5. How to create adaptive icons for And... How to create adaptive icons for Android application with Buildozer and Kivy
    1
    # How to create adaptive icons for Android application with Buildozer and Kivy
    2
    
                  
    3
    This document aims to explain how to create adaptive icons for Android applications developed with Kivy and compiled with Buildozer.
    4
    
                  
    5
    ## Context 📖