The Ragul File Project is a simple application designed to create and read custom .ragul
file extensions. These files function like text files but contain metadata and allow for structured content organization.
- Create
.ragul
files with metadata and content. - Read existing
.ragul
files and display their metadata and content. - Structured format for easy readability.
- create: Function to create a
.ragul
file with optional metadata. - read: Function to read a
.ragul
file, extracting metadata and content. - Tkinter App: A graphical user interface (GUI) to open and display
.ragul
files.
- Run the main Python script.
- Choose the "create" option.
- Enter the file name (with
.ragul
extension). - Add your text content.
- Metadata is automatically generated with the creation date.
- Run the main Python script.
- Choose the "read" option.
- Select the
.ragul
file you want to read. - The metadata and content will be displayed in a message box.
- Python 3.x
- Tkinter (usually included with Python installations)
- Clone this repository or download the project files.
- Ensure you have Python installed on your system.
- Run the application using the command:
python ragul_file_opener.py