Git Product home page Git Product logo

wrimail's Introduction

Wrimail

This is an app which provides templates for the content of email and let you edit and save them for future use

icon-modified-4

Screenshots

The file tab where you will get the templates Screenshot 2024-02-10 132533

The editor looks like this image

Languages Used

  • Python
  • HTML
  • CSS
  • Javascript

How to use

  • Direct use (Windows version)

  • Download the installer and install the software from here (Windows Version is available only as of now)

  • Through Python

  • Clone the repository

  • Install all the requirements by

pip install requirements.txt
  • Run the application by
python main.py

Troubleshoot

  1. When you start the app, "Running.." will be printed on the console. After this if the app fails to load the window, go through the following steps
  • Close the application by pressing Ctrl+C in terminal
  • Close all the browsers if opened
  • Run the application again
  • The window is expected to open this time
  • After the window has opened, you can open the browsers again
  1. If the following error comes
     OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted: ('localhost', 8001) 
  • Open the main.py file
  • Go to line number 13
  • Change the port number from 8001 to some other number (Number between 8000 and 9000 would be most suitable)
     PORT = 8001 # Change this port number
  • Save the file
  • Run again
    Alternate Solution
  • Open Task Manager
  • Check for which app is using the same port number (8001)
  • You can end the task of that app if it's not needed anymore
  • Run main.py again

wrimail's People

Contributors

sagnik-dey avatar

Stargazers

Ayushman Bhattacharya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.