Skip to content

A program to not having to memorize so many silly stuff

License

Notifications You must be signed in to change notification settings

Aens/Unmemorize

Repository files navigation

Installation

  1. Download python: https://www.python.org/downloads/release/python-3117/ (if you are new to python, and you are on windows, just go to the bottom and download the recommended one).
  2. Install it (Make sure you checkbox adding it to the PATH, if needed).
  3. Download everything on this project and store it in a folder in your PC.
  4. Run the file windows_installer.bat.

That's it, really.

Alternative Installation

If the .bat file fails then alternative installation instructions are opening CMD, go to the folder where you want to install it and run this to create a virtual environment:

python -m venv venv
venv\Scripts\activate

Wait for the Virtual Environment to be enabled and then just install the libraries with the next command:

pip install -r requirements.txt

Finally, deactivate it and close the window:

deactivate

How to Run it

  • Either run the file: run.bat.
  • Or just while you are on the virtual environment, execute python source\\Main.py

Technologies

This project utilizes the next technologies and libraries:

Result

Image

About

A program to not having to memorize so many silly stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published