Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Codepad# is a versatile and multilingual code editor with various features like Base64 encoding/decoding, text searching, customizable background colors, and more. This project is implemented using Python and Tkinter. If you don't like something or find something missing, you can improve it as you wish!

Features

  • Multilingual Support: Available in English, Turkish, German, Russian, French, Spanish, Italian, Greece and Cheenese.
  • File Operations: Create new files, open existing files, save files, and save files as new files.
  • Edit Operations: Undo, copy, paste, and select all text.
  • Search Functionality: Find text within the document.
  • Base64 Encoding/Decoding: Encode and decode text using Base64.
  • Customizable Background: Choose background color for the editor.
  • Run Python Files: Execute Python files directly from the editor.
  • Keyboard Shortcuts: Convenient keyboard shortcuts for various operations.
  • Open Source: All their code is open source.
  • Hex Encoding/Decoding:Encode and decode Hex codes.

Installation

To run Codepad#, you need to have Python installed on your machine. You can download Python from python.org. or type on your terminal

Ubuntu and Debian-Based Distributions

sudo apt install install pyton3 

CentOS and Red Hat Enterprise Linux

sudo yum install python3

Fedora

sudo dnf install python3

Arch Linux and Arch Based Distros

sudo pacman -S python

openSUSE

sudo zypper install python3

Gentoo

sudo emerge --ask dev-lang/python
  1. Clone the repository:

    git clone https://github.com/mehrunes31/Codepad-sharp.git
    cd Codepad-sharp
  2. Install the required dependencies:

    pip install tk

    if you have a externally-managed-environment error in pip type this:

    pip install tk --break-system-packages
  3. Run the application:

    python Codepad-sharp.py

Keyboard Shortcuts

  • New File: Ctrl+N
  • Open File: Ctrl+O
  • Save File: Ctrl+S
  • Save As: Ctrl+Shift+S
  • Exit: Ctrl+Q
  • Undo: Ctrl+Z
  • Copy: Ctrl+C
  • Paste: Ctrl+V
  • Select All: Ctrl+A
  • Find Text: Ctrl+F

Contact Informations: Discords: arduniomini, iph4nt0m.matrix.org

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages