A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session3gm6bo9ml8itsd59tde1iciuqeimv3p8): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Entry and Exit points of the Cursor in a Frame using Python and tkinter | Arthraj
Coders Packet

Entry and Exit points of the Cursor in a Frame using Python and tkinter

By ARTHRAJ RATHORE

This project tells the x and y coordinates of the entry and exit of the cursor from the frame. Tkinter package is used to create GUI.

In this project, the packet outputs the Entry and Exit coordinates of the Cursor inside the create Frame. 

The frame has dimensions of 400x200.

Two functions _enter_ and _exit_ are created in the program which are responsible for printing the coordinates. 

_enter_() prints the Entry points and

_exit_() prints the Exit points.

A frame of the same dimensions is created in the GUI. The bind() is used for binding the frame. When the cursor enters inside the frame the bind function calls the _entry_() and when the cursor exits _exit_() is called.

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by ARTHRAJ RATHORE (Arthraj)

Download packets of source code on Coders Packet