Giter Site home page Giter Site logo

tkinter-gui's Introduction

Tkinter toolkit- Python API :

Tkinter is an interface to python GUI toolkit. This project is about creating an API for common widgets like Button, RadioButton, CheckBox, TextField etc. This API file is named "tkinter.py" which has function ADD for adding/displaying any widget in the main window given the required parameters. Using this API of widgets, a application is made that can store the contact details of a user and can search among the contact list. It also allows a user to send message to another user and also view its own messages.

ScreenShot

USAGE :

The API file is name as "tkinter.py" and a general demo file "finalapplication.py". The API file is imported in finalapplication.py file by : "import tkinter as obj" command. User can have different name of API file which then should be reflected in finalapplication.py file.

On running the finalapplication.py file, Username, Password and toolkit is asked. Choose any username and password but
please remember it if you want to login next time as the same user. Type anything for toolkit option.
After that a main window is created with several widgets. A user can then add contact details of its friend or
can search or can message any friend.

Login.txt, message.txt and a file corresponding to each user will be created that will store username - password, sender - receipient, and contact detail of users.

REQUIREMENT :

You must have Python installed on your computer.
Tkinter is default toolkit so it will be on your computer once you installed python.  

RUN (for Linux) :

Download the files "tkinter.py" and "finalapplication.py" into a directory.

Run command : **python finalapplicatin.py**

For closing the application, simply close the window and the application will get closed.

CONTRIBUTION :

Please fork this repository and contribute back. Any new idea for its extension is welcomed. Any bug report, patch is also welcomed.

A tutorial on how to contribute to github project is HERE

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.