Skip to content

Royal Editor is a beginner project that is a text editor built with Python using the tkinter module. The text editor is inspired by the Royal Enfield Motorcycle. The project’s README file provides a brief introduction.

Notifications You must be signed in to change notification settings

Math-Racer/Royal-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Royal-Editor

This is a beginner-level programming project that involves building a GUI-based text editor using Python's tkinter module. The text editor is capable of editing .txt files. This text editor is a tribute to the history of Royal Enfield, an Indian brand that has become the largest manufacturer of motorcycles, beating Harley-Davidson.

Setup

To install the necessary dependencies for Royal Text Editor, run the following command in your command prompt: pip install pillow os. To launch the Royal Text Editor, simply run the royal_text_editor.py file using Python. The main window of the application will appear, allowing you to create or open a text file and start editing.

Link to executable file

https://drive.google.com/drive/folders/18vz1eBPLyiYkS2GdvmsShrOxrSDJQeE3?usp=sharing Download this folder to your local directory and double click "Royal Editor.exe".

Features

  • About Menu
  • Splash Screen
  • Cut, Copy, Paste
  • Scrollbar
  • Window Icon

Menu Options

Under the Royal Enfield Menu:

  • ‘Kickstart’ starts a new project from scratch
  • ‘Rev Up’ opens a new window to work on another project
  • ‘Save Ride’ saves your current project
  • ‘Save Ride As’ saves your project in another format

Under the Bullet Menu:

  • ‘Copy Bullet’ copies the selected text to your clipboard
  • ‘Cut Bullet’ cuts the selected text and removes it from the text area
  • ‘Paste Bullet’ pastes the copied/cut text
  • ‘Select All Bullets’ selects all bullet points in the text area
  • ‘Delete Bullet’ deletes the last bullet point The Edit Menu in Royal Editor currently only works in Windows devices. This includes the following commands: We are working on adding support for the Edit Menu in other operating systems.

Key to Menu Bar

Royal Enfield Menu --> File menu Rev Up = Open file Kickstart = Open New file Save Ride = Save file Exit = Exit

Bullet menu --> Edit menu Copy Bullet = Copy Text Cut Bullet = Cut Text Paste Bullets = Paste Text Select All Bullets = Select All Delete Bullet = Delete Last Character

My Telegram Id: @vijayragav71

𝓪𝓷 𝓥𝓡 𝓲𝓷𝓲𝓽𝓲𝓪𝓽𝓲𝓿𝓮

About

Royal Editor is a beginner project that is a text editor built with Python using the tkinter module. The text editor is inspired by the Royal Enfield Motorcycle. The project’s README file provides a brief introduction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages