8000 The3DP (DareN) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View The3DP's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report The3DP

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

Hi there πŸ‘‹

Please visit our website by clicking the link below:

https://markandtraci.com

All repositories include a VersION file so you can see upcoming updates.

Repository updating is a a standard rate.* (My) repositories get updates mostly on Saturday. Thank you so much for your patience. -The3DP

More about VersION

VersION is the largest addition to the user convinience department when using my repositories. It is a easy reading, helpful info giving, and justifying platform. All of my Repositories are currently underway and will (eventually) fully support the VerSION file.

How to use: In order to interact with the VersION, Click on the VersION file in my repository(ies). NOTE: Different VersION files may vary. Key Tips (if needed).

One - = 10% for Updates. One - = 20% for stats affirmed.

RTS (Recommended Testing Sites)

RTS will appear on most of my HTML repositories. This tells you mostly any online sites you can visit to test and run my code. Just plug and play (copy and paste).

Please contact d73928430@gmail.com for anything! Happy Coding!

  • Data tested on average speed, upating, and bug fixing.

Pinned Loading

  1. This bot will interrogate you for yo... This bot will interrogate you for your info.
    1
    fname = input("what is your first name?")
    2
    lname = input("what is your last name?")
    3
    age = input("how old are you?")
    4
    color = input("what is your favorite color?")
    5
    
                  
  2. This is a simple code made to tell y... This is a simple code made to tell you the facts about your Tello drone. Please note, ONLY TELLO DRONES are compatible with this program. It is possible that 3rd party drones may work with SOME but not ALL of this program. Please comment how well it worked for you. All bugs and issues are fixed so far.
    1
    from djitellopy import Tello
    2
    
                  
    3
    #Create a tello Object
    4
    drone = Tello()
    5
    
                  
  3. Either enter 1 or 0. no other number... Either enter 1 or 0. no other numbers allowed. Just 1 or 0. It is very simple.
    1
               # This is a testing program, it is not to be used for commercial issues
    2
    def exit():
    3
     ex = 2
    4
     while ex != 1 and ex != 0:
    5
      ex = int(input("enter 1 to continue or 0 to exit"))
  4. I am just introducing myself. I am just introducing myself.
    1
    
                  
    2
    print("Hello, my name is Daren")
    3
    print("Hola, mi nombre es Daren")
    4
    print("Bonjour, je m'appelle Daren")
    5
    print("Hallo, mein Name ist Daren")
  5. A fun and simple word search. I am n... A fun and simple word search. I am not completely finished with this project.
    1
    import random
    2
    import string
    3
    
                  
    4
    def generate_wordsearch(grid_size, words):
    5
        # Create an empty grid
  6. A 5-level number guessing game. Pick... A 5-level number guessing game. Pick your desired mode and get playing!
    1
    # This is a number logic game
    2
    # You may/may not look at the code depending on if you are doing the game/inspecting code.
    3
    # This game has 5 different modes
    4
    
                  
    5
    import random
0