Skip to content

joshua-kent/PyTkAppMng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tkinter Application Manager

What this does

The purpose of this application is to create an easy-to-use application manager for Tkinter. I plan to use this to create some pre-built utilities for doing calculations and creates graphs etc, but can also be used to do other things that users can create (with upcoming documentation on how to use this to it it's full extent).

Installation info

As long as this is updated, it should be compatible with the current Python version, as it is developed with the current version (as of writing this, 3.8.3), and is tested with beta/release-candiate versions of Python (currently 3.9).

However, most/all versions above Python 3.0 should work.

Required dependencies

Pillow/PIL

Matplotlib

Sympy

Additional requirements for Linux

If tkinter is not installed

sudo apt update
sudo apt install python3-tk

How to run

Windows 10

In the installed file

python main.py

Linux

In the installed file

python3 main.py

License

This software is distributed under the MIT license.

See the full license in the LICENSE file.

About

A Python tkinter-based application for storing other applications and providing utilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages