54xiake

54xiake

Geek Repo

Location:beijing

Home Page:http://blog.54xiake.cn

Github PK Tool:Github PK Tool

54xiake's repositories

-

如何用Python画熊猫

Language:PythonStargazers:0Issues:0Issues:0

antd-demo

Ant Design of Vue

Language:VueStargazers:0Issues:0Issues:0

c-test

C语言

Stargazers:0Issues:0Issues:0

chinese-calendar

:date: **农历(阴历)与阳历(公历)转换与查询工具

Language:PHPStargazers:0Issues:0Issues:0

Drawing-Flowers-in-Python

A very basic tutorial for drawing flowers in python.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Drawing-forest-using-turtle

A night scene in a forest containing some trees, an optional house, and a star. The second will be a day scene of the sun and a house built from the wood in the night scene.

Language:PythonStargazers:0Issues:0Issues:0
Language:GoStargazers:0Issues:0Issues:0

Drawing-Snowman-Python

Created a program to draw a snowman with moving objects

License:GPL-3.0Stargazers:0Issues:0Issues:0

fuckbaiduyun

百度网盘快速加解密工具

License:MITStargazers:0Issues:0Issues:0

go-gin

gin测试用例

Language:GoStargazers:0Issues:0Issues:0

go-metrics-influxdb

This is a reporter for the go-metrics library which will post the metrics to InfluxDB

Language:GoLicense:MITStargazers:0Issues:0Issues:0
Language:GoStargazers:0Issues:0Issues:0

google-logo

To draw a google logo by using python turtle graphics

License:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

laravel-ddoc

数据字典自动生成文档

License:MITStargazers:0Issues:0Issues:0

libkv

Key/Value Store Abstraction Library written in Go

Language:GoLicense:Apache-2.0Stargazers:0Issues:0Issues:0

mongo-sync-elasticsearch

mongodb数据同步到elasticsearch的中间件,支持全量,增量,实时同步等多种同步情景。(syncs MongoDB to Elasticsearch in realtime) (MongoDB syncs to es/Elasticsearch)

Language:GoStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

python-turtle-draw-Motor-Icon

Use turtle to draw the car's icon on the drawing board

Stargazers:0Issues:0Issues:0

Python-turtle-drawing

Practice code of python

Stargazers:0Issues:0Issues:0

region

laravel 省市区联动数据生成

Stargazers:0Issues:0Issues:0

Rinnegan-Sharingan

A python code that draws rinnegan sharingan eye with turtle graphs.

Stargazers:0Issues:0Issues:0

rpcx-ui

rpcx manager web ui

Language:GoStargazers:0Issues:0Issues:0

scala-test

scala学习实例

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0

Sinchan-with-python-turtile

In this tutorial, we will be learning to draw the famous cartoon character Shinchan with Python Turtle. By the end of this tutorial, you will have cleared your concept regarding the basics of python, the basics of the turtle module, and the intermediate of the turtle module. First, we will see how to code our cartoon and see the code itself. Explanation: First Part: First, import everything from the turtle module. Then, set a turtle screen into a variable “s”. Set the screen size to (700, 1000) and the speed to 5. Define a function myPosition() with the parameters “x, y”. Here, pick the pen up as we are not ready to draw. Go to the position as in (x, y). Put the pen down. Set the pen size to 2. Second Part: Define a function named ankur() for the shorts of our drawing. Here, set the fill color as ‘#ffec40’. Begin the fill. Now, move the turtle right at 25 units, forward at 20, right at 45, and again forward at 20 units. Move the turtle left at a value of 70 units and again forward at 90 units. Likewise, move the turtle left at 95 units, forward at 90, left at 95, forward at 75, left 85, and again forward at 175 units. Similarly, move it left at 85 units, forward at 75, and as in the code. End the fill. Define another function named leftLeg(). Here, set the position to (-39, -25). Set the fill color as ‘#ffd699’. Begin the fill. Move the turtle right at 89 degrees, forward at 25, right at 90, and forward at 50. Likewise, move the turtle right at 90 units, forward at 20, right at 85, and again forward at 50 units. End the fill. Define other functions for different body parts and. You can see that the most used functions and methods are forward, left, right, begin_fill(), fillcolor(), and endfill(). Third Part (Assemble the parts): Going on with defining and implying all the function, now, create another one named allLegs(). Inside this function, call all the functions that are associated with drawing the parts of the legs of the cartoon. The functions are : leftLeg(), leftSock(), leftShoe(), rightLeg(), rightSock(), rightShoe(). Likewise, create a function named allHands that assembles the parts of the hands of the cartoon. The functions are: rightHand(), leftHand(), myBis() and leftHand2(). Similarly, create another function named allEyebrows(). Here, call the myEyebrow() function with the arguments (-8, 300), right at 90 units, again myEyebrow with the arguments (72, 300), myEyelid() with the arguments (-8, 270), left with 15 units, and at last myEyelid() with (68, 265). Now, create a function allEyes() and assemble myallEyes1(17, 275) and myallEyes2(95, 270). Last Part: Here, call all the functions that were assembled in the above part. Here call the function: ankur(), allLegs()myShirt(), myHead() ,allHands(), myMouth(), allEyebrows(), allEyes(), myRobot(). After it is done, hide the turtle with the method ht() and finish the code with the done() method.

Language:PythonStargazers:0Issues:0Issues:0

Spiral-Drawing---Menu-Tkinter-Window

*-Simple apple using pythons Turtle library to draw spirals based on imput given by user. *-The user inputs 4 coordinates them click on "apply" button and "DRAG" the turtle cursor around the screen to see the result draws.

License:Apache-2.0Stargazers:0Issues:0Issues:0

TurtleDrawGoldCow

Use turtle draw gold cow.

Stargazers:0Issues:0Issues:0

TurtleSakura

Using Turtle to draw Sakura

Stargazers:0Issues:0Issues:0

Webcam_Paint_OpenCV

This Python application uses OpenCV library to track an object-of-interest (water bottle cap in my case) and uses the detected object to draw colored lines (Blue, Green, Red and Yellow).

License:MITStargazers:0Issues:0Issues:0

White-box-Cartoonization

Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”

Language:PythonStargazers:0Issues:0Issues:0