Skip to content
View Dattebayooooo's full-sized avatar
  • Mumbai
  • 02:38 (UTC +05:30)
Block or Report

Block or report Dattebayooooo

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

Hi there ๐Ÿ‘‹

๐ŸŒ Socials

LinkedIn

๐Ÿ† GitHub Trophies


Pinned

  1. RobotFramework-CustomLibrary-Boilerplate RobotFramework-CustomLibrary-Boilerplate Public

    ๐ŸPython Library Template to create libraries for Robotframework๐Ÿค–

    Python

  2. Robotframework-snippets Robotframework-snippets Public

    Repo for resource files that can be utilized in RF projects

  3. command to obfuscate python (.py) f... command to obfuscate python (.py) files to .pyd using nuitka
    1
    ## Requirements:-
    2
                    
    3
    1. Nuitka
    4
       - gcc & ccache (Gets installed during first time execution of command)
    5
    2. Mingw64  [optional]
  4. Loading pyd in robotframework.md Loading pyd in robotframework.md
    1
    ## Keep .pyd file in Folder ๐Ÿ“‚ in project workspace
    2
    
                  
    3
    ```ROBOTFRAMEWORK
    4
    5
    *** Settings ***