This project is a Unix file and user manager built using Tkinter, a Python GUI toolkit. It provides a user-friendly interface for managing files and users on Unix-based systems.
- GUI
- Python3
- Image IO
- Tkinter GUI
The project repository contains the following directories and files:
- core: Contains the core functionality and logic of the application.
- gui: Includes the Tkinter GUI implementation.
- resources/icons: Holds icons used within the GUI.
- README.md: This file, providing an overview and instructions for the project.
- app.py: The main Python script to run the application.
- get-pip.py: A script to install pip, the package installer for Python.
- requirements.txt: Lists the Python dependencies required by the project.
- File Management: Perform various file operations such as create, delete, rename, and edit files.
- User Management: Manage users on the Unix system, including adding, deleting, and modifying user accounts.
- Graphical Interface: Utilizes Tkinter to create an intuitive and visually appealing user interface.
- Icon Integration: Includes icons for enhanced visual representation within the GUI.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies using pip:
pip install -r requirements.txt
- Run the application:
python app.py
- Use the GUI to perform file and user management tasks.
Contributions to this project are welcome! Feel free to fork the repository, make improvements, and submit pull requests.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it according to the terms of the license.
For any inquiries or support regarding this project, please contact [email protected].