Skip to main content

Easy Graphics

Project description

bytexpy.window.Createwindow(“BytexPy Work!”, 640, 480) #Create Window

bytexpy.window.waitWindow() #Wait Window

bytexpy.window.close() #Close Window

bytexpy.window.setIcon(“icon.ico”) #assets/images/window/icon.ico #standart folders

#Canvas

bytexpy.CanvasDraw.CreateText(10, 10, “Hello World!”, 72, 72) #xPos, yPos, text, widthFont, heightFont

bytexpy.CanvasDraw.CreateCube(0, 0, 100, 100, 2) #xPos1, yPos1, xPos2, yPos2, widthCube

bytexpy.CanvasDraw.CreateLine(0, 0, 100, 100, 2) #xPos1, yPos1, xPos2, yPos2, widthLine

bytexpy.CanvasDraw.CreateCircle(0, 0, 100, 100, 2) #xPos1, yPos1, xPos2, yPos2, widthCircle

bytexpy.CanvasDraw.ImageLoad(“BytexPy.png”) #assets/images/BytexPy.png #standart folders

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bytexpy-0.2.tar.gz (11.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page