Skip to main content

Posts

Post

Form

Loading…
Recent posts

Python New Graphics Turtle V1

Python Turtle v1 Source Code---  import turtle turtle.setup(width=600, height=500) turtle.reset() turtle.hideturtle() turtle.speed(0) turtle.bgcolor('black') c = 0 x = 0 colors = [ #reddish colors (1.00, 0.00, 0.00),(1.00, 0.03, 0.00),(1.00, 0.05, 0.00),(1.00, 0.07, 0.00),(1.00, 0.10, 0.00),(1.00, 0.12, 0.00),(1.00, 0.15, 0.00),(1.00, 0.17, 0.00),(1.00, 0.20, 0.00),(1.00, 0.23, 0.00),(1.00, 0.25, 0.00),(1.00, 0.28, 0.00),(1.00, 0.30, 0.00),(1.00, 0.33, 0.00),(1.00, 0.35, 0.00),(1.00, 0.38, 0.00),(1.00, 0.40, 0.00),(1.00, 0.42, 0.00),(1.00, 0.45, 0.00),(1.00, 0.47, 0.00), #orangey colors (1.00, 0.50, 0.00),(1.00, 0.53, 0.00),(1.00, 0.55, 0.00),(1.00, 0.57, 0.00),(1.00, 0.60, 0.00),(1.00, 0.62, 0.00),(1.00, 0.65, 0.00),(1.00, 0.68, 0.00),(1.00, 0.70, 0.00),(1.00, 0.72, 0.00),(1.00, 0.75, 0.00),(1.00, 0.78, 0.00),(1.00, 0.80, 0.00),(1.00, 0.82, 0.00),(1.00, 0.85, 0.00),(1.00, 0.88, 0.00),(1.00, 0.90, 0.00),(1.00, 0.93, 0.00),(1.00, 0.95, 0.00),(1.00, 0.97, 0.00), #yellowy colors (

Login Page Source Code

Click the "Download Now" button above. The ZIP file will be saved to your computer. Extract the contents of the ZIP file to your desired location. Open the project files in your preferred code editor. Start exploring and working with the code! Download Source File

Photoshop Text Effect Mockup PSD1

  3D Text Effect Mockup PSD File PSD mockups are  pre-made Photoshop templates that are intended to give your designs a real-world look and feel . All you have to do is open the PSD template with Photoshop, drop your own design into the Smart Layer, then let the template work its magic in applying your design to the product. Download Mockup File-  Download

Qr Code Generator

Qr Code Generator Source Code    With HTML CSS and JavaScript HTML Code View Color Selection For Customize  Download This Source Code ---  QR Generator Source Code