Загрузка...

PYTHON RANDOM CIRCLE CODE 2022 2023

import random import win32com.client # for other shape types, see MsoAutoShapeTypeEnumeration: # https://msdn.microsoft.com/en-us/vba/office-shared-vba/articles/msoautoshapetype-enumeration-office SHAPE_OVAL = 9 # for other layout options, see PpSlideLayout Enumeration: # https://msdn.microsoft.com/en-us/vba/powerpoint-vba/articles/ppslidelayout-enumeration-powerpoint LAYOUT_BLANK = 12 def random_circle(slide): """Add a random circle to a slide.""" size = random.randrange(20, 160, 20) # random size between 20-160 # random position, keep circle at least 10 points from edge of slide ... x_pos = random.randint(10, slide.parent.PageSetup.SlideWidth - size - 10) y_pos = random.randint(10, slide.parent.PageSetup.SlideHeight - size - 10) shape = slide.Shapes.AddShape(SHAPE_OVAL, x_pos, y_pos, size, size) shape.Fill.ForeColor.RGB = random.randint(0, 2**32 - 1) # random color shape.Line.Visible = 0 # no border def main(): """Launch PowerPoint, creat presentation, slide, and shapes.""" powerpoint = win32com.client.Dispatch('PowerPoint.Application') presentation = powerpoint.Presentations.Add() # create presentation slide = presentation.Slides.Add(1, LAYOUT_BLANK) # add a blank slide for _ in range(100): random_circle(slide) # add 100 random circles if __name__ == '__main__': main() -~-~~-~~~-~~-~- Please watch: "How to enable hyper v in windows 10" https://www.youtube.com/watch?v=oB49aL-hmms -~-~~-~~~-~~-~- Python Python tutorial Python for beginners Python full course Python tutorial in hindi Python projects Python tutorial for beginners Python code with harry Python class 12 Python interview questions Python gaming Python snake attack Python for beginners in hindi Python course Python projects for beginners Python tutorial in tamil Python tutorial in telugu Python tutorial for beginners in hindi Python tutorial code with harry Python tutorial malayalam Python tutorial telusko Python tutorial edureka Python tutorial by durgasoft Python tutorial for beginners in tamil Python tutorial for beginners in telugu Python tutorial by saurabh shukla Python tutorial in english Python for beginners in tamil Python for beginners in telugu Python for beginners code with harry Python for beginners in english Python for beginners in malayalam Python for beginners edureka Python for beginners telusko Python for beginners in kannada Python for beginners class 11 Python for beginners full course Python for beginners by durga sir Python for beginners tutorials Python for beginners intellipaat Python full course in hindi Python full course for beginners Python full course in telugu Python full course in tamil Python full course code with harry Python full course in hindi for beginners Python full course in english Python full course edureka Python full course beginner to advanced Python full course by durga sir Python full course telusko Python full course for beginners in telugu Python full course in malayalam Python full course class 12 Python tutorial in hindi for beginners Python tutorial in hindi code with harry Python tutorial in hindi for beginners full course Python tutorial in hindi full course Python tutorial in hindi by saurabh shukla Python tutorial in hindi class 11 Python tutorial in hindi harshit vashisth Python tutorial in hindi for beginners code with harry Python tutorial in hindi geeky shows Python tutorial in hindi playlist Python tutorial in hindi technology gyan Python tutorial in hindi mysirg Python tutorial in hindi edureka Python tutorial in hindi telusko Python projects with source code Python projects for final year students Python projects in hindi Python projects for resume Python projects for beginners in hindi Python projects for class 12 cbse Python projects for intermediate Python project code with harry Python projects for beginners with source code Python projects in tamil Python projects tutorial Python projects for beginners in tamil Python projects for final year students with source code Python tutorial for beginners with examples Python tutorial for beginners in english Python tutorial for beginners code with harry Python tutorial for beginners in malayalam Python tutorial for beginners telusko Python tutorial for beginners in hindi full course Python tutorial for beginners edureka Python tutorial for beginners in hindi code with harry Python tutorial for beginners full Python tutorial for beginners intellipaat Python tutorial for beginners programming knowledge Python code with harry playlist Python code with harry in one video Python code with harry jarvis Python code with harry python Python code with harry #1 Python code with harry part 2 Python code with harry tutorial Python code with harry game Python code with harry projects Python code with harry #3

Видео PYTHON RANDOM CIRCLE CODE 2022 2023 автора JavaScript и разработка медиа-платформ
Яндекс.Метрика

На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.

Об использовании CookiesПринять