All Projects → Mirko-r → Notepy

Mirko-r / Notepy

Licence: MIT license
Notepy is a full-featured Notepad Python app

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Notepy

Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (+50%)
Mutual labels:  tkinter
TKinterDesigner
TKinterDesigner is a tool software to develop the Python User Interface for Python programmer.
Stars: ✭ 663 (+5425%)
Mutual labels:  tkinter
Poke-Pi-Dex
Our deep learning for computer vision related project for nostalgic poke weebs (Sistemi digitali, Unibo).
Stars: ✭ 18 (+50%)
Mutual labels:  tkinter
programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
Stars: ✭ 60 (+400%)
Mutual labels:  tkinter
python tk adb
安卓性能测试工具
Stars: ✭ 64 (+433.33%)
Mutual labels:  tkinter
ankimaker
Automatically generates Anki decks from many sources
Stars: ✭ 43 (+258.33%)
Mutual labels:  tkinter
gophersnake
Stand-alone Gopher client for modern desktops
Stars: ✭ 14 (+16.67%)
Mutual labels:  tkinter
honeybot
🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly! Moved to github.com/pyhoneybot/honeybot
Stars: ✭ 57 (+375%)
Mutual labels:  tkinter
Network-Automation
Cisco ACI, Firepower, Meraki, NETCONF, and SQL Python Programs
Stars: ✭ 47 (+291.67%)
Mutual labels:  tkinter
AwesomeTkinter
Pretty tkinter widgets
Stars: ✭ 64 (+433.33%)
Mutual labels:  tkinter
tkgpio
A Python library to simulate electronic devices connected to the GPIO on a Raspberry Pi, using TkInter.
Stars: ✭ 57 (+375%)
Mutual labels:  tkinter
VS2019-Dark-Npp
Visual Studio 2019 Dark Theme for Notepad++
Stars: ✭ 146 (+1116.67%)
Mutual labels:  notepad
Object-Detection-using-LiDAR
This repo detect objects automatically for LiDAR data
Stars: ✭ 38 (+216.67%)
Mutual labels:  tkinter
fatx-tools
Data recovery tools for FATX drives (XBOX and XBOX 360).
Stars: ✭ 51 (+325%)
Mutual labels:  tkinter
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (+41.67%)
Mutual labels:  tkinter
Barcode-generator
Desktop app to generate EAN-13, EAN-8 and EAN-5 barcodes (other types are coming soon) automatically and save them as PDF or PNG, JPEG and GIF image files with several sizes
Stars: ✭ 48 (+300%)
Mutual labels:  tkinter
goopylib
A simple-yet-powerful 2D graphics framework built on top of Tkinter capable of creating good-looking & modern GUIs, games, and simple animations.
Stars: ✭ 19 (+58.33%)
Mutual labels:  tkinter
python-messenger
Python GUI Multi User Messenger
Stars: ✭ 28 (+133.33%)
Mutual labels:  tkinter
The-chat-room
Python 版的多人聊天室, 图形界面版
Stars: ✭ 100 (+733.33%)
Mutual labels:  tkinter
spotify-downloader-music-player
Download youtube songs in mp3 format and plays them
Stars: ✭ 31 (+158.33%)
Mutual labels:  tkinter

onefetch

Notepy

A full featured python text-editor

Notepy


GitHub code size in bytes GitHub issues GitHub GitHub tag (latest SemVer) Website GitHub last commit GitHub Workflow Status GitHub all releases GitHub commit activity


Notable features

  • Autocompletion for parenthesis and quote
  • Auto identation
  • Syntax highlighting
  • Compile and run from editor
  • Themes
  • Customization option

Keyboard Shortcuts

Command KeyBinding Description
Copy ctrl+c Copy selected text
Cut ctrl+x Cut selected text
Undo ctrl+z undo edits to the text area
Redo ctrl+y redo edits to the text area on Windows
Paste ctrl+v Paste text from the clipboard
Bold ctrl+b Bold selected text
Find and Replace ctrl+f Find and replace specified text
Highlight ctrl+h Highlight selected text
Hide Menu alt Hides menu bar from view in the text editor
Hide Line Numbers ctrl+shift+l Hides line numbers from text area
New File ctrl+n Open a new empty file
Load Previous File ctrl+p Loads the last file you had open
Open File ctrl+o Open an existing file
Open File Tree ctrl+t Opens file tree for seamless work inside a directory
Color Menu ctrl+m Opens color menu
Run File ctrl+r Run the currently active file
Save ctrl+s Save the currently active file
Save As ctrl+shift+s Save the currently active file under a different name
Change Font Size ctrl+mousewheel Increases or decrease font size
Indent tab Indent one or multiple lines
Unindent shift+tab Unindent one or multiple lines

Setup

git clone https://github.com/Mirko-r/Notepy && cd Notepy
pip install -r requirements.txt
python notepy.py

Ubuntu/Debian

sudo apt-get install python3 python3-tk   
git clone https://github.com/Mirko-r/Notepy && cd Notepy
pip install -r requirements.txt
python notepy.py

You can also download Notepy from the Release page


Security Policy

Supported version

Version Supported
latest released version
beta version (not released)

💲Support my work

paypal

License

Copyright (c) Mirko Rovere. All right Reserved.

Licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].