Skip to content

sudipg4112001/Tkinter_demostrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tkinter_demostrate

Application Development

Python

It's an all in one student guide tool to manage daily activities, and work more efficiently.

Dependencies:

  • Tkinter

Step 1 − Make sure Python and pip is preinstalled on your system Type the following commands in command propmt to check is python and pip is installed on your system.

To check Python python --version If python is successfully installed, the version of python installed on your system will be displayed.

To check pip pip -V The version of pip will be displayed, if it is successfully installed on your system.

Step 2 − Install Tkinter Tkinter can be installed using pip. The following command is run in the command prompt to install Tkinter.

pip install tk This command will start downloading and installing packages related to the Tkinter library. Once done, the message of successful installation will be displayed.

Execution:

  1. Landing_Page.py
  2. Features.py

This project is develped and tested under Python 3.9.1.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages