Skip to content

Baelfire18/Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad

GitHub release Code style: black

This is a Notepad made with Python3 and tkinter library.

Release

Download the first version

Download with git

Get the reposiotory

git clone https://github.com/Baelfire18/Notepad.git
cd Notepad

Create a virtual enviroment (optional, recommended)

Virtual enviroment guide

In Windows:

py -m venv env
env\Scripts\activate

In macOS and Linux:

python3 -m venv env
source env/bin/activate  # in bash/zsh
. env/bin/activate.fish  # in fish

Dowload dependecies

pip install -r requirements.txt

Use

python Notepad.py

Build

pyinstaller.exe --onefile --windowed --icon='assets\favicon.ico' Notepad.py

LICENSE

MIT LICENSE

Credits

I was inspired by this code from code with Harry.