Skip to content

Arshia-Izadyar/NotePad-descktop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotePad-descktop-app

this is Notepad app with python

Edit

it works like normal NotePad

write any thing you want Use keyboard shourtcuts

you can Copy/Cut/Paste/SelectAll/Find in NotePad

Files

You can open file / Save file / Save as Or create a New File

How to use?

  1. insatll the requirements.txt

     pip install -r requirements.txt
    
  2. run the main.py

     python main.py
    
  3. or compile python code to .exe (pyinstaller is in requirements.txt)

     pyinstaller --onefile main.py
    

About

this is Notepad app with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages