Giter Site home page Giter Site logo

pytkappmng's Introduction

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.

pytkappmng's People

Contributors

joshua-kent avatar

Stargazers

 avatar

Watchers

 avatar

pytkappmng's Issues

Convert .txt files to json

This should make it easier to format the settings documents and make it easier to add comments to explain what they do and their options.

Change how user modules are imported

Instead of "import added.(module) as (module)", change it to "import (..) as added_(module) " etc to avoid any confusion or collision with other packages.

Change how the software recognises modules (i.e. via json)

Currently, the software imports all modules before loading, this is highly inefficient as a large amount of modules will cause it to slow down as it needs to import all the packages. Instead, this should be replaced with a .json file that contains all the information, rather than the init.py file, and import only when the button is clicked.

Menu selection does not work after running a module for second time

Try to check run_module() in defEnv/module.py to try fix the error, likely in the first few lines (deleting the menu's children, maybe its name changes etc).

How to reproduce error: run main.py, click Calculator, go to menu, return to home screen, run calculator again, try to go in menu.

Conform to PEP standards

variables such as root need to be renamed to root to signify that it is to avoid confusion with To object 'root'.

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.