Skip to content

Commit

Permalink
can you tell me more about your package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandhan-KA committed Feb 7, 2025
1 parent 69872ea commit 647a0f5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 16 deletions.
File renamed without changes
File renamed without changes
8 changes: 0 additions & 8 deletions source/_static/animation.js
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
window.onload = function () {
const images = document.querySelectorAll('img');
images.forEach(function (img) {
img.style.opacity = 0;
img.style.transition = "opacity 1s ease-in-out";
img.onload = () => { img.style.opacity = 1; };
});
};
File renamed without changes
17 changes: 9 additions & 8 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ Welcome to pymodins's Documentation!
=====================================

**Pymodins** is more than just a tool for installing Python modules.
Its a guiding hand for newcomers, helping them navigate the complex
It's a guiding hand for newcomers, helping them navigate the complex
landscape of Python development with ease.

With **pymodins**, developers can quickly and effortlessly install
modules tailored to their specific needs, whether its basic modules
modules tailored to their specific needs, whether it's basic modules
for general programming tasks or advanced modules for specialized applications.

This tool can be used on **Windows** as well as **Linux-based Operating Systems**.

**To install with pip:**
- On Windows, run:
```
```python
pip install pymodins
```

- On Linux, run:
```
```python
sudo pip3 install pymodins
```

Expand Down Expand Up @@ -66,10 +67,10 @@ To begin using **pymodins**, follow these simple steps:
```python
pymodins
```
.. image:: run.png
:alt: Running pymodins
:align: center
:width: 60%
.. image:: run.png
:alt: Running pymodins
:align: center
:width: 60%

Commands and Usage
==================
Expand Down
File renamed without changes

0 comments on commit 647a0f5

Please sign in to comment.