https://github.com/frchrist/py-tools
This project aims to create a robust and efficient utility tool that simplifies tedious tasks and automates workflows using the customtkinter library to build a graphical user interface
https://github.com/frchrist/py-tools
customtkinter mvvm python-tools python3 tkinter
Last synced: about 1 year ago
JSON representation
This project aims to create a robust and efficient utility tool that simplifies tedious tasks and automates workflows using the customtkinter library to build a graphical user interface
- Host: GitHub
- URL: https://github.com/frchrist/py-tools
- Owner: frchrist
- Created: 2023-04-07T19:35:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T09:18:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T17:58:43.201Z (about 1 year ago)
- Topics: customtkinter, mvvm, python-tools, python3, tkinter
- Language: Python
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Py-tools
Welcome to our Python application! This project aims to create a robust and efficient utility tool that simplifies tedious tasks and automates workflows using the customtkinter library to build a graphical user interface.
The project was built using the MVVM (Model-View-ViewModel) architecture, which allows us to separate the UI (View) from the business logic (ViewModel) and the data (Model). This separation of concerns enables us to easily scale the application, making it more maintainable and testable.

Our objective is to provide a versatile platform that can handle a wide range of tasks, from image processing to working with PDFs, Word docs, and anything else you can think of. Our tool aims to make your life easier and save you valuable time by automating repetitive and tedious tasks.
## Prerequisites
The application requires Python version 3.10 or higher to be installed on your system. You can download and install Python from the official Python website https://www.python.org/downloads/.
install all requirements by running this command
`pip install -r requirements.txt`
## Execute the application
`python3 app.py`
## Contributing
Contributions to the application are welcome. If you find a bug or have a feature request, please submit an issue on the GitHub repository. If you would like to contribute code, please fork the repository and submit a pull request.
## License
This application is licensed under the MIT License. See the LICENSE file for more information.