Skip to content

CrispenGari/python-tkinter

Repository files navigation

pip freeze > requirements.txt

Start from here

First you need to clone the repository by running the following command.

git clone https://github.com/CrispenGari/python-tkinter.git

Change the directory to python-tkinter by running the following command

cd python-tkinter

Create a virtual environment and activate it by running the following command:

virtualenv venv
# activating
.\venv\Scripts\activate

Installing the packages

pip install -r requirements.txt

About

This is repository contains some tkinter examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages